module RedisHash
Accessors
allow for the retrieval of data from the Hash.
Adapter
which handles the storage and retrieval of hash data in Redis.
Callbacks
provide an extensible mechanism for hooking into a RedisHash
.
Comparisons
encompasses equality and set inclusion.
Converters
allow for other objects to be coerced into a RedisHash
.
A RedisHash
is a wrapper around a h<key> stored in Redis.
Counters
allow for the incrementing and decrementing of numeric values into the RedisHash
.
A Default
allows a static or procedurally generated value to be returned on failed lookups.
Deletions
allow for the removal of data from the Hash.
Enumerators
allow for the traversal and manipulation of data in the Hash.
Expiration
ensures that volatile hashes are properly configured to expire in Redis.
Identity
relates to the specific object instance.
Insertions
allow for the addition of data into the RedisHash
.
Mutations
allow for the manipulation of data in the Hash.
Predicates
enable querying the Hash for data.
Schema
allow for the enforcement of a whitelist on the keys of the Hash.
Constants
- VERSION
This constant is managed by spicerack