Deletes fields from given hash
Deletes fields from given hash
Number of fields deleted
Determine if a hash field exists
Determine if a hash field exists
true if key field exists, false otherwise
Gets field from hash
Gets field from hash
Value if field exists
Gets all field value pairs for given hash
Gets all field value pairs for given hash
Sequence of field/value pairs
Increment a field by a value
Increment a field by a value
new value of field
Return all field names stored at key
Return all field names stored at key
List of fields in hash
Gets values for given fields in hash
Gets values for given fields in hash
List of values
Sets values for given fields in hash
Sets values for given fields in hash
hash key
map of field to value
http://redis.io/commands/hmset
Returns keys in given hash, starting at cursor
Returns keys in given hash, starting at cursor
cursor followed by matching keys
Sets field value pair in given hash
Sets field value pair in given hash
1 if field is new, 0 if field was updated
Sets field value pair in given hash only if the field does not yet exist
Sets field value pair in given hash only if the field does not yet exist
1 if field is new, 0 if no operation was performed
Gets the values of all fields in given hash
Gets the values of all fields in given hash
list of values, or empty list when key does not exist