Skip to main content

Crate sabi_redis

Crate sabi_redis 

Source

Modules§

clustercluster-sync or cluster-async
sentinelsentinel-sync or sentinel-async

Structs§

RedisAsyncDataConnstandalone-async
A data connection for a standalone Redis server, providing asynchronous operations.
RedisAsyncDataSrcstandalone-async
A data source for standalone Redis, used to initialize and provide RedisAsyncDataConn instances.
RedisDataConnstandalone-sync
A data connection for a standalone Redis server, providing synchronous operations.
RedisDataSrcstandalone-sync
A data source for standalone Redis, used to initialize and provide RedisDataConn instances.

Enums§

RedisAsyncErrorstandalone-async
The error type for asynchronous Redis operations.
RedisSyncErrorstandalone-sync
The error type for synchronous Redis operations.