Expand description
Provides a Redis backed CacheDatabase
and MessageBusDatabase
implementation.
Modules§
Functions§
- create_
redis_ connection - Creates a new Redis connection manager based on the provided database
config
and connection name. - flush_
redis - Flushes the entire Redis database for the specified connection.
- get_
redis_ url - Parses a Redis connection URL from the given database config, returning the full URL and a redacted version with the password obfuscated.
- get_
redis_ version - Retrieves and parses the Redis server version via the INFO command.
- get_
stream_ key - Parse the stream key from the given identifiers and config.