Module commands Copy item path Source 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 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: COMMANDS_LIST get_redis_key_spec register_commands