Skip to main contentCrate sabi_redis
Source - cluster
cluster-sync or cluster-async - sentinel
sentinel-sync or sentinel-async
- RedisAsyncDataConn
standalone-async - A data connection for a standalone Redis server, providing asynchronous operations.
- RedisAsyncDataSrc
standalone-async - A data source for standalone Redis, used to initialize and provide
RedisAsyncDataConn instances. - RedisDataConn
standalone-sync - A data connection for a standalone Redis server, providing synchronous operations.
- RedisDataSrc
standalone-sync - A data source for standalone Redis, used to initialize and provide
RedisDataConn instances.
- RedisAsyncError
standalone-async - The error type for asynchronous Redis operations.
- RedisSyncError
standalone-sync - The error type for synchronous Redis operations.