mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
14 lines
608 B
Plaintext
14 lines
608 B
Plaintext
- Protocol changes as discussed in the Redis group
|
|
- keys expire
|
|
- sunion ssub
|
|
- write integers in a special way on disk, use the unused 11|.... length.
|
|
- 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
|