RedisStorage
BaseCacheStorage using Redis as
the backend. This is suitable for distributed cache systems that require
persistence and high availability.
init
- sid (str): The ID for the storage instance to identify the record space.
- url (str): The URL for connecting to the Redis server. **kwargs: Additional keyword arguments for Redis client configuration.