summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-12-15 17:00:54 +0100
committerantirez <antirez@gmail.com>2010-12-15 17:00:54 +0100
commit51716cbdb8cdf8b0518d2b0ffcc96042686ccd97 (patch)
tree1cd12e96be05b756365693179a7920976d2ece6b /00-RELEASENOTES
parent9a7a07a466f13b9fd821564af10413760eaed7fb (diff)
downloadredis-51716cbdb8cdf8b0518d2b0ffcc96042686ccd97.tar.gz
added more info in the release notes
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index fb7752711..c7a159afb 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -17,6 +17,7 @@ WHAT'S NEW IN REDIS 2.2.x
* Check-and-set (CAS) transactions with the new WATCH command.
* Now write operations work against keys with an EXPIRE set! Imagine the possibilities.
* New maxmemory eviction policies. It is possible to select among LRU, farest TTL expire, and other algorithms, and if when the memory limit is reached only keys with an expire set or all the keys should be expired.
+* SETBIT / GETBIT / SETRANGE / GETRANGE / STRLEN. Now your strings are your arrays!
* Syslog support (Thanks to Jonah H. Harris)
* Unix domain socket support.
* New List related functions LINSERT, LPUSHX, RPUSHX (Thanks to Robey Pointer)