X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..0c9ca0e11ca290392e2747596b89d18db175af7e:/TODO diff --git a/TODO b/TODO index 02595425..00885d17 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -BETA 8 TODO +- Protocol changes as discussed in the Redis group - keys expire - sunion ssub - write integers in a special way on disk (and on memory?) @@ -6,12 +6,4 @@ BETA 8 TODO - network layer stresser in test in demo - maxclients directive - check 'server.dirty' everywere -- replication tests -- command line client. If the last argument of a bulk command is missing get it from stdin. Example: - $ echo "bar" | redis-client SET foo - $ redis-client SET foo bar - $ redis-client GET foo - bar - $ -- Make Redis aware of the memory it is using thanks to getrusage() and report this info with the INFO command. -- INFO command: clients, slave/master, requests/second in the last N seconds, memory usage, uptime, dirty, lastsave +- replication automated tests