Redis bitcount start end Count is not correct

bitcount start end Count is not correct,new command,As followsinfoServerredis_version:2.6.2redis 127.0.0.1:138> setbi...

Redis [docs] 🔍 Improving search on documentation with DocSearch

Hello Redis team,I've noticed that your documentation could take advantage of our DocSearch initiative.So, we went on tr...

Redis [docs] 🔍 Improving search on documentation with DocSearch

Hello Redis team,I've noticed that your documentation could take advantage of our DocSearch initiative.So, we went on tr...

Redis redis-benchmark results differently on different kernel

Hello, everyone:When I use redis-benchmark to test redis performance on my CentOS machine, it's interesting that I got t...

Redis redis5.0: xreadgroup a pel entry with a deleted meassage will get wrong pel entry

xadd some message.xadd s * a1 b1"1582614185753-0"xadd s * a2 b2"1582614190079-0"xadd s * a3 b3"...

Redis difference between single quotation mark and double quotation mark

In redis:127.0.0.1:6379[1]> set hello 'a\nb'OK127.0.0.1:6379[1]> get hello"a\\nb"127.0.0.1:6379[1]> s...

Redis i think : xpending [start end] [COUNT count] [[consumer]] better ~

now redis command version:XPENDING key group [start end count] [consumer]i think : xpending [start end] [COUNT count] [[...

Redis Getting JedisClusterException CLUSTERDOWN The cluster is down

Expected behaviorWe are getting JedisClusterException CLUSTERDOWN The cluster is down exception so frequently on our pro...

Redis SCAN ability for list type

@antirez during a talk with @yoav-steinberg about the limitations of active defrag on lists (it can't stop an iteration ...

Redis redis.io api doc :https://redis.io/commands/xtrim has error?

llast demo XTRIM :redis> XTRIM mystream MAXLEN 2ERR Unknown or disabled command 'XTRIM'?????if it error,please fix!th...

Redis Resharding is very slow

I tried resharding , which is very slow , can anybody pls tell me what am I missing ?Comment From: artix75@chetandev Whi...

Redis Inspecting a key

Using the cli on a database that's been a while since last time I had to deal with, I got myself wanting to just print t...

Redis feature: register command to run on EXPIRE

I'd like to register a command to run when a key is expired. This will allow me to delete items from an index when the a...

Redis redis-6.0-rc1 acl related issues

Took 6.0 RC1 ACL feature for a drive today on MacOS 10.15.1. Pretty impressive. Listing here some of the things that I n...

Redis SADD doesn't work with size of passed items larger than 1024*1024

Hello,In my project I'm using SADD command where I'm passing more than 1048576 (1024 *1024) elements Unfortunately, all...

Redis notification-script is not getting invoked in redis vers 4.0.11 even for warning level events

I was trying to set up the notification-script for warning level events in sentinel, but even though the script was gett...

Redis Client Side Caching and TTL interaction

tl;dr: It seems enabling Client Side Caching without giving thought to its interaction with keys TTL expiration can resu...

Redis [Feature request] Command for count of different key types

Presently Redis does not provide any command which can provide the key type distribution/count of the present keys. This...

Redis Diskless Replication causing OOM (v5.0.3)

The master server starts streaming the RDB into the slave. Within a few mins, the default "client-output-buffer-limit" i...

Redis Allow passing in the host to jemalloc's configure for cross-compiling.

IssueWhen attempting to cross compile jemalloc there is an error returned by autoconf. New versions of autoconf must ha...
上一页 下一页
.