mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
command handlers:
|
|
- support DEL as vararg
|
|
- support MLLEN and MSCARD
|
|
|
|
unit tests:
|
|
- sort with limit
|
|
- sort lexicographically
|
|
- sort with pattern and weights
|
|
|
|
extras:
|
|
- benchmarking "test" app
|
|
- consistent hashing?
|
|
|
|
maybe/someday:
|
|
- make all string literals constants so they can be easily changed
|
|
- add conveniences that store a std::set in its entirety (same for std::list, std::vector)
|