Crate redis_driver
source · [−]Expand description
A Redis client for Rust
Modules
Structs
Builder for calling a script/function for the following commands:
Result for the dump command.
Options for the
function_list
commandOptions for the
geosearch
commandResult of the
geosearch_with_options
command.Options for the
geosearchstore
commandOptions for the
hscan
commandOptions for the hello command.
Options for the
ping
command.Stream to get messages from the channels or patterns
subscribed
toOptions for the
restore
commandOptions for the
sscan
commandOptions for the
scan
commandOptions for the
sort
commandRepresents an on-going
transaction
on a specific client instance.Stream Add options for the
xadd
command.Options for the
xautoclaim
commandOptions for the
xclaim
commandResult entry for the
xinfo_consumers
command.Options for the
xgroup_create
commandResult entry for the
xinfo_groups
command.Options for the
xinfo_stream
commandOptions for the
xreadgroup
commandOptions for the
xread
commandResult for the
xread
command.Stream info returned by the
xinfo_stream
command.Options for the command zadd
Options for the
zrange
and zrangestore
commandsOptions for the
zscan
commandEnums
Sub-command for the bitfield command
Bit operation for the bitop command.
Options for the expire command
Database flushing mode
Policy option for the
function_restore
command.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
commandExpiration option for the
set_with_options
commandComparison option for the zadd command
Condition option for the zadd command
Option that specify how results of an union or intersection are aggregated
sort by option of the zrange command
Traits
A group of Redis commands related to connection management
A group of generic Redis commands
A group of Redis commands related to
Geospatial
indicesA group of Redis commands related to
Hashes
A group of Redis commands related to
HyperLogLog
A group of Redis commands related to
Lists
A group of Redis commands related to
Pub/Sub
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
A group of Redis commands related to
Sorted Sets
A group of Redis commands related to
Streams
A group of Redis commands related to
Strings
A group of Redis commands related to Transactions