The IORedis client for general read/write that has been initialized
The set of options for the behavior of this storage provider
The key to the value to delete
The value deleted or boolean (value | true is success). A provider is not required to return a value
The key to retrieve
The value if retreiving was successful or null
The keys that are currently available in the provider
The key to set
The value written if successful or null
The number of elements in this storage system
Generated using TypeDoc
A storage provider that uses IORedis. This implemenation uses Redis pub/sub as a method to retrieve updates from other nodes whenever keys change.