redis-doc icon indicating copy to clipboard operation
redis-doc copied to clipboard

Redis documentation source code for markdown and metadata files, conversion scripts, and so forth

Results 217 redis-doc issues
Sort by recently updated
recently updated
newest added

Add document for latency trouble shooting: * Add 'disable-thp' into latency.md, reference [redis change](https://github.com/redis/redis/commit/a9c06021498444b8d785066a2fae7d49693721dc). * Document 'Latency induced by reading smaps/smaps_rollup', reference [atop change](https://github.com/Atoptool/atop/commit/604b563a223130d9bcce3d3358537a6c5ce05e7a). * Introduce [tcprtt](https://github.com/iovisor/bcc/blob/master/tools/tcprtt.py) to trace TCP...

to-be-merged

https://redis.io/docs/manual/programmability/lua-api Here the title bar isn't working properly: ![image](https://user-images.githubusercontent.com/44550833/167372119-8eb0fc43-047c-49e5-a9e2-2f2229027bbf.png)

On the `CLIENT INFO` command page, the example CLI fails as the user has no permissions to run the command. See: https://redis.io/commands/client-info/

Missing sub-sections about how to confirm a successful installation on Linux, while the sections for other operating systems provide this information.

https://redis.io/commands/setex/ (https://github.com/redis/redis-doc/edit/master/commands/setex.md) does not list "TTL" in "Related commands" despite using it in the example.

The example on the page returns an error: `(error) 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte`. It doesn't look like that's intended. Screenshot from https://redis.io/commands/dump/:...

Fixes #2055 plus structure changes

updated install-redis-on-windows remove the link to follow install on linux. Since the link is dead and results in a 404 error