1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-18 00:20:50 +00:00

10 lines
338 B
Plaintext
Raw Normal View History

- 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
- replication automated tests