The name of the Redis pub/sub channel to use for key/value updates or default if undefined
Whether Redis can reliably persist data depends on how the instances are configured
The storage provider uses IORedis which sets its own key prefix. This is still needed to build queries, so it should be the same as the prefix to build the Redis client.
If an object is used as a key, a needs to be converted to a string for storage in Redis. This is the method to convert the key, or use StringSerializer if the key is a string
If an object is used as a value, a needs to be converted to a string for storage in Redis. This is the method to convert the value, or use StringSerializer if the value is a string
Generated using TypeDoc
Options to build a RedisStorageProvider