Flux Redis v0.0.2 FluxRedis.HashManager.Commands.SetNew View Source
Command and parser generator to add a new field 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 add a new field in a
hash.
Raises FluxRedis.Error.t/0 if failed to generate command/0.
Parameters
hash- Theatom/0defined inFluxRedishash_storagesapplication configuration.data- Amap/0. Must have at least all keys defined inFluxRedishash_storagesapplication configuration.
Examples
For practical examples, please check FluxRedis.HashManager.set_new/3.