Flux Redis v0.0.2 FluxRedis.HashManager.Commands.GetAll View Source

Command and parser generator to remove one or more fields from a hash.

Link to this section Summary

Functions

Generates the command/0 and the parser/0 to retrieves all fields in a hash.

Link to this section Types

Link to this type

command()

View Source
command() :: list()
Link to this type

parser()

View Source
parser() :: ([String.t()] -> [map()])

Link to this section Functions

Link to this function

get_all(hash)

View Source (since 0.0.1)
get_all(atom()) :: {command(), parser()}

Generates the command/0 and the parser/0 to retrieves all fields in a hash.

Parameters

  • hash - The atom/0 defined in FluxRedis hash_storages application configuration.

Examples

For practical examples, please check FluxRedis.HashManager.get_all/2.