1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add redis session example

This commit is contained in:
Nikolay Kim
2018-02-28 10:26:40 -08:00
parent 764421fe44
commit 67f33a4760
3 changed files with 60 additions and 0 deletions

View File

@ -108,6 +108,7 @@ members = [
"examples/hello-world",
"examples/multipart",
"examples/state",
"examples/redis-session",
"examples/template_tera",
"examples/tls",
"examples/websocket",