summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-04-28 22:04:41 +0200
committerantirez <antirez@gmail.com>2009-04-28 22:04:41 +0200
commitb284af55d8d1d38fa2013bc45842c94e42eba3d4 (patch)
tree441bb17a03bcd73eaa63ecb2b79828c80f7f0e39 /TODO
parent0eeb2a4b8ff31b4e441ab7565fd4d7e26392091f (diff)
downloadredis-b284af55d8d1d38fa2013bc45842c94e42eba3d4.tar.gz
print bytes used at exit on SHUTDOWN
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index e236352c5..272b77ca2 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,8 @@
BEFORE REDIS 1.0.0-rc1
-- SMOVE _key1_ _key2_ _ele_. Pop an element form _key1_ and push (SADD or LPUSH) it nto _key2_.
+- Remove max number of args limit
- What happens if the saving child gets killed instead to end normally? Handle this.
- Make sinterstore / unionstore / sdiffstore returning the cardinality of the resulting set.
-- Remove max number of args limit
- network layer stresser in test in demo, make sure to set/get random streams of data and check that what we read back is byte-by-byte the same.
- maxclients directive
- check 'server.dirty' everywere