This issue is for tracking documentation goals for v6 GA.

  • [x] KEEPTTL option for SET command via https://github.com/antirez/redis-doc/pull/1235, merged.
  • [x] SCAN ... [TYPE type] via https://github.com/antirez/redis-doc/pull/1137, merged.
  • INFO via https://github.com/antirez/redis-doc/pull/1236
  • [x] modules section
  • [x] configured_hz server
  • [x] tracking_clients in clients
  • [x] tracking_used_slots in stats section
  • [x] module_fork_in_progress persistence
  • [x] module_fork_last_cow_size persistence
  • [x] expired_stale_perc
  • [x] expired_time_cap_reached_count
  • [x] expire_cycle_cpu_milliseconds
  • ACL
  • [x] AUTH new form
  • [x] ACL LOAD
  • [x] ACL SAVE
  • [x] ACL LIST
  • [x] ACL LOG
  • [x] ACL USERS
  • [x] ACL SETUSER
  • [x] ACL GETUSER
  • [x] ACL DELUSER
  • [x] ACL CAT
  • [x] ACL GENPASS
  • [x] ACL WHOAMI
  • [x] ACL HELP
  • [ ] Add link to topics/acl.md in documentation page
  • [ ] Add categories to each command page
  • Client side caching
  • [ ] CLIENT GETREDIR
  • [ ] CLIENT TRACKING
  • [ ] CACHING
  • [ ] OPTIN OPTOUT
  • [ ] Add link to topics/client-side-caching.md in documentation page
  • [ ] redis.conf comments are outdated: https://github.com/antirez/redis/blob/unstable/redis.conf#L621
  • RESP3
  • [ ] HELLO command
  • [ ] topics/protocol.md needs to be updated
  • BITFIELD_RO
  • LCS command
  • Keyspace miss notifications
  • Active defrag
  • TLS/SSL (https://github.com/antirez/redis-doc/issues/1181)
  • [x] https://github.com/antirez/redis-doc/pull/1253
  • Change "Encryption" to SSL/TLS in topics page
  • SPOP return value isn't nil
  • New expiry
  • Threaded IO
  • Modules API?
  • Executable-only module libs
  • https://github.com/antirez/redis-doc/issues/1216
  • Add topics/gopher.md
  • try.redis.io review
  • topics/intro revamp to v6

Comment From: charsyam

@itamarhaber I think threaded IO is also needed.

Comment From: itamarhaber

Thanks @charsyam, indeed, edited to add.

Comment From: jiekun

I would like to write a topic to explain how threaded i/o works (w/without). May I ask if this repo accept user contribute, and also is there anyone writing document about it. thanks @itamarhaber

Comment From: itamarhaber

Hi @2014BDuck

Thanks for coming forward and demonstrating the willingness 👍

Please feel free to make a PR to https://github.com/redis/redis-doc that covers the threaded I/O topic - it should be under the 'topics/threaded-io.md' most likely.