Crate redis_driver
source · [−]Expand description
A Redis client for Rust inspired by StackExchange.Redis & redis-async-rs
Modules
Structs
Builder for the hrandfield command
Builder for the set_with_options command
Builder for the zinterstore and zunionstore commands
Builder for the zrandmember command
Builder for the zrandmember command
Builder for the zrangestore command
Enums
Database flushing mode
Traits
Generic Marker for Collections of IntoArgs
A group of generic Redis commands
A group of Redis commands related to Hashes
Types compatible with command args
Marker for key/value collections of Args
A group of Redis commands related to Lists
A redis connection used in a pub/sub scenario.
A group of Redis commands related to Scripting and Functions
A group of Redis commands related to Server Management
A group of Redis commands related to Sets
Marker for collections of single items (directly convertible to BulkStrings) of IntoArgs
A group of Redis commands related to Sorted Sets
A group of Redis commands related to Strings