Flux Redis v0.0.2 FluxRedis.HashManager.Commands.GetMatch View Source
Command and parser generator to retrieve one or more fields that match key values pattern in a hash.
Link to this section Summary
Link to this section Types
Link to this section Functions
Generates the command/0 and the parser/0 to retrieve one or more
fields that match key values pattern in a hash.
Parameters
hash- Theatom/0defined inFluxRedishash_storagesapplication configuration.key_data- Thekey_data/0with the pattern of one or more keys defined inFluxRedishash_storagesapplication configuration.
Examples
For practical examples, please check FluxRedis.HashManager.get_match/3.