Redis Bitfield's string length

If I set an 8-bit bitfield at position 0, I would expect the resulting string to be of length = 1 byte, but actually it ...

Redis [CRASH] Redis Terminates the moment an app (Nextcloud) starts using it.

Crash reportRedis cache keeps on terminating on my Arch server ever since moving up from Redis 6.0.7.Redis service will ...

Redis 5.0.7 make test has error

*** [err]: pending querybuf: check size of pending_querybuf after set a big value in tests/unit/pendingquerybuf.tclthe u...

Redis GCC 4.8 vs C11 _Atomic and threaded IO

Since the introduction of threaded IO, we moved to C11 and _Atomic, but apparently that feature of C11 is only supported...

Redis a RESET command for reseting client state ?

I was thinking that redis needs a RESET command that would make an existing client connection forget all the state it ke...

Redis REDIS-ECONNRESET

I get this error locally after connecting to the server and doing nothing on the computer for a while. The systems I use...

Redis Redis-sentinel 4.0.9 crashes

Hello,We are using redis with instances version as follows, +---------------+----------+| instance_version | count |+---...

Redis Redis 4.0.6 crashed

Let me know if there's anything else we can provide that might be helpful.Crash log is below.=== REDIS BUG REPORT START:...

Redis [CRASH] redis-sentinel suddenly crashed

Crash report=== REDIS BUG REPORT START: Cut & paste starting from here ===16894:X 03 Nov 18:09:26.835 # Redis 3.2.12...

Redis Add maxclients to info

Could you plz add maxclients param into info clients? It will be useful for monitoring like prometheus or telegraf.Comme...

Redis Redis-cluster import doesn't work with AUTH-required target

For example: redis-cli --cluster import my-cluster-host-1:6379 --cluster-from 127.0.0.1:6379>>> Importing data ...

Redis Sentinel should support user-password like replicas do with ACL enhancements

With the addition of ACLs in Redis 6, a Redis admin can create different users with different "permissions." One of the ...

Redis [QUESTION] more efficiency way for geohash

Hi,In geohash_helper.c, I find the following two lines: bounds[0] = longitude - rad_deg(radius_meters/EARTH_RADIUS_IN...

Redis Migrate command doesn't support sentinels

Migrate command(https://redis.io/commands/migrate) does't have option to add sentinelComment From: hwware@fantin2008 hel...

Redis Support object deserialization of Scala classes in Redisinsight

The problem/use-case that the feature addressesAdd deserialization of Scala objects to allow inspection of the contents ...

Redis Intermittent bug with client tracking on

127.0.0.1:6379> CLIENT TRACKING ONOK127.0.0.1:6379> set a 1OK127.0.0.1:6379> get a"1"----------------...

Redis Ambiguity in Redis replication behavior.

I'm trying to experiment with one master Redis instance and one replica. Both master and replica node is configured to a...

Redis New Feature: Delete keys only after it reached it's expiry time

Hi,we were looking for a new feature in Redis like adding one more option while adding a key to a Redis server.The featu...

Redis A problem about making soure code

some errors as follow:server.c:4889:94: error: ‘struct redisServer’ has no member named ‘unixsocket’ serverL...

Redis [BUG] PUBLISH always return 0 on redis cluster

Describe the bugexecute PUBLISH always return 0 To reproducesubscribe on node1127.0.0.1:6380> SUBSCRIBE testReading m...
上一页 下一页
.