TODO 528 字节
Newer Older
1
- Protocol changes as discussed in the Redis group
A
antirez 已提交
2 3 4 5 6 7 8
- keys expire
- sunion ssub
- write integers in a special way on disk (and on memory?)
- compact types for disk storing of short strings (no 4 bytes overhead!)
- network layer stresser in test in demo
- maxclients directive
- check 'server.dirty' everywere
9
- replication automated tests
10 11 12
- a command, or an external tool, to perform the MD5SUM of the whole dataset, so that if the dataset between two servers is identical, so will be the MD5SUM

* Include Lua and Perl bindings