A SessionStore that uses a Redis to store the sessions and associated data. This assumes that the redis logical database (i.e. select) is only used to store the sessions to make size query reliable.
Creates a RedisSessionStore with the default retry TO.
Creates a RedisSessionStore with the given retry TO.
Generated using TypeDoc
A SessionStore that uses a Redis to store the sessions and associated data. This assumes that the redis logical database (i.e. select) is only used to store the sessions to make size query reliable.