Class: RedisStore
Defined in: stores/redisStore.ts:15
RedisStore implements the StoreAdapter interface using Redis for persistence. Each method includes try/catch blocks to handle possible asynchronous errors.
Note: Ensure that you have installed the optional 'redis' package if you plan to use this store.
Implements
StoreAdapter