Module commands

Source

Structs§

BeginSearchIndex
A version of begin search spec that finds the index indicating where to start search for keys based on an index.
BeginSearchKeyword
A version of begin search spec that finds the index indicating where to start search for keys based on a keyword.
CommandInfo
A struct represent a CommandInfo
FindKeysNum
A version of find keys base on some argument representing the number of keys
FindKeysRange
A version of find keys base on range.
KeySpec
A struct that specify how to find keys from a command. It is devided into 2 parts:
KeySpecFlags
Key spec flags

Enums§

BeginSearch
This struct represents how Redis should start looking for keys. There are 2 possible options:
FindKeys
After Redis finds the location from where it needs to start looking for keys, Redis will start finding keys base on the information in this enum. There are 2 possible options:

Statics§

COMMANDS_LIST

Functions§

get_redis_key_spec
register_commands