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 module: * https://github.com/gengteng/inventory

This PR update the description for the following commands: Enhancement SENTINEL MASTERS | MASTER | REPLICAS | SENTINELS command It is related to PR https://github.com/redis/redis/pull/10158

waiting-for-upstream

In the Sentinel mode of Redis, when the server and the client are connected, the client's request is released after completion, but the number of requests on the server is...

By comparing the redis unstable branch code and the redis-doc code, here are what we need to deal with (redis 7.0) ~~`server_time_usec`, added in https://github.com/redis/redis/pull/8132 now in redis-doc is `server_time_in_usec`,...

In several pages of the documentation, AFAIT in streams and client id, the author uses the term "monotonically increasing", however this is incorrect. Monotonically increasing means that a function increases...

Current text reads: "For security-related contacts, open an issue on GitHub, or when you feel it is really important to preserve the security of the communication, use the GPG key...

Perhaps we should mention the --json output here too. It's new in 7.0 IIRC. _Originally posted by @zuiderkwast in https://github.com/redis/redis-doc/pull/1755#discussion_r794006895_

As recommended in https://github.com/antirez/redis/issues/5564 I report doc related issue here. Cluster tutorial (https://redis.io/topics/cluster-tutorial) says that since Redis 5 we can start cluster with command `redis-cli --cluster create 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002...

It would be nice to place the [RESP3 specification](https://github.com/antirez/RESP3/blob/master/spec.md) on the [redis.io protocol documentation page](https://redis.io/topics/protocol). The current situation is somewhat confusing for client library developers, especially considering that RESP2 is...