2009-03-24 00:43:38 +01:00
- Protocol changes as discussed in the Redis group
2009-03-22 10:30:00 +01:00
- 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
2009-03-24 00:43:38 +01:00
- replication automated tests
2009-03-25 16:47:22 +01: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 21:00:48 +01:00
- objects sharing, "objectsharing yes", "objectsharingpool 1024"
2009-03-25 16:47:22 +01:00
* Include Lua and Perl bindings