mirror of
https://github.com/redis/redis.git
synced 2026-03-22 02:40:15 -04:00
Add optional `notes` to keyspecs. Other changes: 1. Remove the "incomplete" flag from SORT and SORT_RO: it is misleading since "incomplete" means "this spec may not return all the keys it describes" but SORT and SORT_RO's specs (except the input key) do not return any keys at all. So basically: If a spec's begin_search is "unknown" you should not use it at all, you must use COMMAND KEYS; if a spec itself is "incomplete", you can use it to get a partial list of keys, but if you want all of them you must use COMMAND GETKEYS; otherwise, the spec will return all the keys 2. `getKeysUsingKeySpecs` handles incomplete specs internally |
||
|---|---|---|
| .. | ||
| create-cluster | ||
| graphs/commits-over-time | ||
| hashtable | ||
| hyperloglog | ||
| lru | ||
| releasetools | ||
| srandmember | ||
| build-static-symbols.tcl | ||
| cluster_fail_time.tcl | ||
| corrupt_rdb.c | ||
| gen-test-certs.sh | ||
| generate-command-code.py | ||
| generate-command-help.rb | ||
| generate-commands-json.py | ||
| install_server.sh | ||
| redis-copy.rb | ||
| redis-sha1.rb | ||
| redis_init_script | ||
| redis_init_script.tpl | ||
| speed-regression.tcl | ||
| systemd-redis_multiple_servers@.service | ||
| systemd-redis_server.service | ||
| tracking_collisions.c | ||
| whatisdoing.sh | ||