Add test for Rails Redis cookie store integration

This commit is contained in:
Vikram Rangnekar
2019-04-13 10:30:02 -04:00
parent 5bd2f5a339
commit 710a8c1115
8 changed files with 55 additions and 19 deletions

View File

@ -0,0 +1,5 @@
# Rails.application.config.session_store :redis_store,
# servers: ["redis://redis:6379/0/session"],
# expire_after: 90.minutes,
# key: "_app_session",
# threadsafe: false