Module fred::interfaces
source · Expand description
Traits that implement portions of the Redis interface.
Enums§
Traits§
- AclInterface
i-aclFunctions that implement the ACL interface. - Functions for authenticating clients.
- Client
Interface i-clientFunctions that implement the client interface. - Cluster
Interface i-clusterFunctions that implement the cluster interface. - Config
Interface i-configFunctions that implement the config interface. - An interface that exposes various client and connection events.
- Function
Interface i-scriptsFunctions that implement the function interface. - GeoInterface
i-geoFunctions that implement the geo interface. - Hashes
Interface i-hashesFunctions that implement the hashes interface. - Functions that provide a connection heartbeat interface.
- Hyperloglog
Interface i-hyperloglogFunctions that implement the HyperLogLog interface. - Keys
Interface i-keysFunctions that implement the generic keys interface. - List
Interface i-listsFunctions that implement the lists interface. - LuaInterface
i-scriptsFunctions that implement the lua interface. - Memory
Interface i-memoryFunctions that implement the memory interface. - Functions that implement the internal metrics interface.
- Pubsub
Interface i-pubsubFunctions that implement the pubsub interface. - Redi
Search Interface i-redisearchA RediSearch interface. - Redis
Json Interface i-redis-jsonThe client commands in the RedisJSON interface. - Sentinel
Interface sentinel-clientFunctions that implement the sentinel interface. - Server
Interface i-serverFunctions that implement the server interface. - Sets
Interface i-setsFunctions that implement the sets interface. - Slowlog
Interface i-slowlogFunctions that implement the slowlog interface. - Sorted
Sets Interface i-sorted-setsFunctions that implement the sorted sets interface. - Streams
Interface i-streamsFunctions that implement the streams interface. - Time
Series Interface i-time-seriesA Redis Timeseries interface. - Tracking
Interface i-trackingA high level interface that supports client side caching via the client tracking interface. - Transaction
Interface transactionsFunctions that implement the transactions interface.
Functions§
Type Aliases§
- Type alias for
Result<T, RedisError>.