View Source Cache.Redis.Hash (elixir_cache v0.2.1)

Contains functions for interfacing with redis hash functions

Link to this section Summary

Link to this section Functions

Link to this function

hash_delete(pool_name, key, field, opts)

View Source
Link to this function

hash_get(pool_name, key, field, opts)

View Source
Link to this function

hash_get_all(pool_name, key, opts)

View Source
Link to this function

hash_set(pool_name, key, field, value, opts)

View Source
Link to this function

hash_set_many(pool_name, key_values, ttl, opts)

View Source
Link to this function

hash_values(pool_name, key, opts)

View Source