Expand description
Provides a Redis backed CacheDatabase
and MessageBusDatabase
implementation.
Modules§
Functions§
- create_
redis_ connection - Create a new Redis database connection from the given database config.
- flush_
redis - Flush the Redis database for the given connection.
- get_
redis_ url - Parse a Redis connection url from the given database config.
- get_
redis_ version - Parses the Redis version from the “INFO” command output.
- get_
stream_ key - Parse the stream key from the given identifiers and config.