Crate redis_driver
source · [−]Expand description
A Redis client for Rust inspired by StackExchange.Redis & redis-async-rs
Modules
Structs
Result of a GeoSearch with options
Options of the sort command
Options for the command zadd
Options for the zrange command
Enums
Sub-command for the bitfield command
Bit operation for the bitop command.
Options for the expire command
Database flushing mode
Condition for the geoadd command
The query’s shape is provided by one of these mandatory options:
The query’s center point is provided by one of these mandatory options:
Matching items are returned unsorted by default. To sort them, use one of the following two options:
Distance Unit
Options for the getex command
Condition option for the set_with_options command
Expiration option for the set_with_options command
Comparison option for the zadd command
Condition option for the zadd command
Option that specify how results of an union or intersection are aggregated
SortBy option of the zrange command
Constants
Traits
Generic Marker for Collections of IntoArgs
A group of Redis commands related to bitmaps
A group of generic Redis commands
A group of Redis commands related to Geospatial indices
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