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

When the client connects to sentinel, we are getting an error to include +sentinel|masters Url: https://redis.io/docs/management/sentinel/ under the section Sentinel Access Control List authentication 'Lastly, for authenticating incoming client connections,...

Edited Consumer groups in 30 seconds to 90 seconds Resolves #2698

The block with subtitle **`Consumer groups in 30 seconds`** takes well more than 30 seconds. - https://thereadtime.com/ estimates 1 minute 20 seconds of silent reading (1 minute 44 seconds of...

There is something wrong with the example given by the bitpos command, after executing `set mykey "\xff\xf0\x00"`, the execution of `bitpos bitpos 0` should return 12, right? Getting the first...

*The issue refers to: https://redis-py.readthedocs.io/en/stable/commands.html#redis.commands.core.CoreCommands.ping* *** The documentation of the ping() method is unclear or confusing. According to the documentation, the return value is: ```python Union[Awaitable, Any] ``` In practice,...

see https://github.com/redis/redis/pull/13303 1. Add a new field `expired_hash_fields` for `INFO STATS`. 2. Add a new field `hashes_with_expiry_fields` for `INFO KEYSPACE`. 3. Add two new notification events `hexpire` and `hpersist`.