Nineya
Home
Blog
软著申请
Redis Stream API in Module
2025-01-16 20:02:28
664
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
2025-01-16 20:02:26
3954
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
2025-01-16 20:02:23
1395
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
2025-01-16 20:02:20
14614
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
2025-01-16 20:02:17
1382
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
2025-01-16 20:02:14
1574
It works fine on osx, but when I run it on Linux I'm getting:[redis-3.2.3]$ ./src/redis-server redis.conf & ...
Redis Sentinel instances read requirepass but don't support AUTH command
2025-01-16 20:02:11
5502
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
2025-01-16 20:02:09
1209
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
2025-01-16 20:02:06
4588
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
2025-01-16 20:02:03
760
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?
2025-01-16 20:02:00
2842
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
2025-01-16 20:01:56
23867
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
2025-01-16 20:01:53
8251
Describe the bugGetting fast memory issue.To reproducekubectl create -f redis-deployment-definition.yamlWhat special con...
Redis Feature new command GETEX
2025-01-16 20:01:50
9087
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
2025-01-16 20:01:47
1564
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
2025-01-16 20:01:45
6554
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
2025-01-16 20:01:42
2073
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)
2025-01-16 20:01:39
7189
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]
2025-01-16 20:01:36
2979
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
2025-01-16 20:01:33
2861
Describe the bugRunning Sentinel, as soon as an automatic config rewrite is performed, the file permissions of sentinel....
上一页
下一页
1
…
855
856
857
858
859
…
2246
.