Module redis

Source
Expand description

Provides a Redis backed CacheDatabase and MessageBusDatabase implementation.

Modules§

cache
msgbus

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.