2009-03-23 23:43:38 +00:00
- Protocol changes as discussed in the Redis group
2009-03-22 09:30:00 +00:00
- keys expire
- sunion ssub
2009-03-26 10:46:14 +00:00
- 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
2009-03-23 23:43:38 +00:00
- replication automated tests
2009-03-25 15:47:22 +00:00
- 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
2009-03-25 20:00:48 +00:00
- objects sharing, "objectsharing yes", "objectsharingpool 1024"
2009-03-25 15:47:22 +00:00
* Include Lua and Perl bindings