Flux Redis v0.0.2 FluxRedis.HashManager.Commands.GetMany View Source
Command and parser generator to retrieve one or more fields from a hash.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
get_many(hash, key_data_list)
View Sourceget_many(atom(), key_data_list()) :: {command(), parser()}
Generates the command/0 and the parser/0 to retrieve one or more
fields from a hash.
Parameters
hash- Theatom/0defined inFluxRedishash_storagesapplication configuration.key_data_list- Thekey_data_list/0with the values of each key defined inFluxRedishash_storagesapplication configuration.
Examples
For practical examples, please check FluxRedis.HashManager.get_many/3.