get_redis_connection
Creates and returns a connection to a Redis server using host and port configurations retrieved from environment variables.
def get_redis_connection() - > StrictRedis
Establishes and returns a connection to a Redis server using configuration from environment variables.
Returns
| Type | Description |
|---|---|
StrictRedis | A configured Redis client instance connected to the specified host and port. |