Redis Stream API in Module

Hi all,I noticed the lack of Stream API in the module interface.Is there any technical reason for this or is just a lack...

Redis [BUG] Redis cluster 5.0.10 in docker: Opening the temp file needed for MASTER <-> REPLICA synchronization: Permission denied

Describe the bugI've started having issues with redis cluster redis:5-buster running in Docker. Topology:3 sentinels1 re...

Redis Sentinel: When it rewrites sentinel.conf it permanetely deletes parallel-sync, down-after-milliseconds and failover-timeout

Environment:Debian WheezyRedis 2.8.6 (official backport version)Confirmed by:@badboy (badboy_ on IRC) said it also affec...

Redis Full resync with slave is done twice when slaveof <masterip> is a FQDN

In case the host parameter is provided as a FQDN (SLAVEOF host port), slave full resync is performed twice.slave log:[13...

Redis anetResolve() is confusing

When I set sentinel config to smth like sentinel monitor mymaster redis-master.somedomain 6379 2 the hostname is replace...

Redis cannot run sentinel on Linux CentOS 6.8

It works fine on osx, but when I run it on Linux I'm getting:[redis-3.2.3]$ ./src/redis-server redis.conf &amp; ...

Redis Sentinel instances read requirepass but don't support AUTH command

This makes it not possible to set, require, and accept an auth request against a sentinel instance. It also means you ca...

Redis Redis --sentinel command parsing issue

James writes (in a private email):Recently we fetched and installed 2.8.2 on some test servers and we encountered the fo...

Redis [BUG] Sentinel returning master ip instead of hostname which is failing in case of TLS

Return master Hostname instead of ipWhen we request a master address to sentinel it's returning IP instead of HOSTNAME s...

Redis Sentinel Configuration not working

Hi,I am trying to set up sentinel using two redis nodes. Please find inline the conf file.port 16371dir "C:\Program File...

Redis Why the message about __sentinel__:hello was detected in the communication between sentinels?

BackgroundDeploy Pattern3 sentinels1 master 1 slaveEnvKubernetes 1.7DataNode : StatefulsetSentinelNode: StatefulsetStatu...

Redis [CRASH] Using redis ver 6.0.10 on docker on jetson tx2 - with JetPack3.3

I was running redis on jetson tx2 - with JetPack3.3 using:sudo docker run -p 6379:6379 --memory=100m --memory-reservati...

Redis [BUG] redis pod does not work on arm64 kube worker node

Describe the bugGetting fast memory issue.To reproducekubectl create -f redis-deployment-definition.yamlWhat special con...

Redis Feature new command GETEX

I miss a command which gets me a value and also extends the TTL with one call. I think that could save a lot of requests...

Redis [QUESTION] Is there any way to limit the value size of the list type

I want to store some record in the Redis list, but I only want to keep the most recent 1000 records. My current approach...

Redis [QUESTION] Aof rewrite error : Write error writing append only file on disk: Connection timed out

Redis4.0, cluster mode, aof opened in replica. Some error happend when replica is doing aof rewrite. I think it's timeou...

Redis [QUESTION] HA deployment without replication

We are looking for a HA redis cluster deployment configuration without data replication. More precisely for each master ...

Redis Bitwise logic operations on large numbers(up to 53 bits)

Please check: http://stackoverflow.com/questions/33474705/redis-lua-bit-overflowI would like to use highly performant bi...

Redis Snapshotting enabled with no save directive in config file (redis 6.2-rc1) [BUG]

Describe the bugIn Redis 6.0.9 snapshotting was disabled if there was no save directive in the config file. This is cons...

Redis [BUG] security: config rewrites of sentinel.conf set insecure file permissions

Describe the bugRunning Sentinel, as soon as an automatic config rewrite is performed, the file permissions of sentinel....
上一页 下一页
.