Flux Redis v0.0.2 FluxRedis.HashManager.Commands.Has View Source
Command and parser generator to check if field exists 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 check if field exists in
a hash.
Parameters
hash- Theatom/0defined inFluxRedishash_storagesapplication configuration.key_data- Thekey_data/0with the values of each key defined inFluxRedishash_storagesapplication configuration.
Examples
For practical examples, please check FluxRedis.HashManager.has/3.