# Functions
Removes the specified keys.
Run the specified Redis command with the specified arguments, returning zero or more results.
Get the value of a key.
Handle sets the handler function for redis.
Increments the number stored at key by one.
Publish a Redis message to the specificed channel and return an error, if any.
Adds the specified values to the set for the specified key, creating it if it does not already exist.
Set key to value.
Get the elements of the set for the specified key.
Removes the specified elements from the set for the specified key.