Redis Store
Overview
Usage
Session.configure do |config|
config.provider = Session::RedisStore(UserSession).provider(
client: Redis.new(host: "localhost", port: 6379)
)
endCharacteristics
Feature
Value
Best For
With Encryption
With Circuit Breaker
Health Check
For High Traffic
Last updated
Was this helpful?