- Support for zset operations [ zadd, zrem, zrangebyscore, zscore]
- Support for hmget
- Fix bug in smembers which should return empty array instead of nil
-
Remove support for counter deletion. Refer to below links for reason http://wiki.apache.org/cassandra/Counters http://stackoverflow.com/questions/13653681/apache-cassandra-delete-from-counter
-
Fix typo in keyvalue deletion
- Rewrite bitwise operations to support clearbits [clear_bits] (alias clearbits)
- fix bugs in setbit
- alias incrby to incr
- Support bitwise operations [ get_bit, set_bit ] (alias getbit, setbit)
- counter operations incrby
- Hash rewrite and adding support for more operations [ hlen, hkeys, hdel ]
- Support for more set operations [ scard, sismember]
-
Support for key-value pairs with expiry commands supported - [set, get, setex]
-
Support for set operations commands supported - [sadd, smembers, spop, srem] command supported (not supported by redis) - [sadd_with_expire] for expiring individual elements in a set
-
Support hash operations commands supported - [hgetall, hincrby, hget, hset]
-
Support list operations commands supported - [lpopm, ltrim, lpush, lrange, rpop, rpush]