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

"The current key content or the specified increment are not 'parsable' as a double precision floating point number." “parsable” here may mean "passable"?

The documentation page https://redis.io/docs/manual/pipelining/ refers to a graph with: -- begin quote -- as you can see from the following graph: -- end quote -- but the image does not...

The C++ redis client can't be seen on https://redis.io/docs/clients/#cpp but still being in https://github.com/redis/redis-doc/blob/master/clients/cpp/github.com/acl-dev/acl/tree/master/lib_acl_cpp/include/acl_cpp/redis.json . I've written this C++ redis client for many years and it has been used by...

LRU comparison pic missed.

The documentation for XREAD https://redis.io/commands/xread mentions that you can issue XREAD with BLOCK and COUNT like this: ``` > XREAD BLOCK 5000 COUNT 100 STREAMS mystream $ ``` My expectation...

On this page: https://redis.io/commands/sunsubscribe/ the link "see Sharded Pub/Sub" fails with 404. Same thing on page https://redis.io/commands/ssubscribe/ These links incorrectly point to: https://redis.io/topics/pubsub#sharded-pubsub These links should go instead to: https://redis.io/docs/manual/pubsub/#sharded-pubsub

Under `ACL SETUSER virginia +get` The above rule will not apply the new rule to the user virginia Should that be? The above rule will NOW apply the new rule...

On this page: https://redis.io/docs/manual/troubleshooting/ 2 links to the troubleshooting guide lead to the same page, not the expected guide.

QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI....