valkey/TODO

14 lines
608 B
Plaintext
Raw Normal View History

- Protocol changes as discussed in the Redis group
2009-03-22 09:30:00 +00:00
- keys expire
- sunion ssub
- write integers in a special way on disk, use the unused 11|.... length.
2009-03-22 09:30:00 +00:00
- 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
- replication automated tests
- 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
- objects sharing, "objectsharing yes", "objectsharingpool 1024"
* Include Lua and Perl bindings