Nineya
Home
Blog
软著申请
Redis [question] is it possible that a empty slave is elected as new master in the context of redis cluster
2025-01-16 17:01:52
2573
I have a redis cluster with only 3 masters(no slave), data is sharded into slots which are distributed among those maste...
Redis RedisTimeSeries Module Crashes ON LOAD
2025-01-16 17:01:50
7308
Copy & paste of the BUG REPORT below...Module Location & Permissions:$ ls -l /etc/redis-rw-r----- 1 redis redis ...
Redis Redis networking fails to support namespacing, so fails with LXD containers
2025-01-16 17:01:46
1621
This a complex problem related to Redis network stack implementation.The net effect is Redis can't run inside normal con...
Redis redis-cli cluster reshard and ACL (AUTH2)
2025-01-16 17:01:43
3358
The resharding redis-cli code uses the MIGRATE command, which does not implement the AUTH2 mode, required when ACL are o...
Redis Redis 6.0.0/6.0.1 does not build with uclibc
2025-01-16 17:01:40
3802
There is a conflict between the struct user defined in Redis server, and the one defined in <sys/user.h>, which pr...
Redis "RDB CRC error" when checking with fresh/empty .rdb file in Redis 6.0
2025-01-16 17:01:37
2414
#!/bin/shservice redis-server restartsleep 5# Perform a synchronous save to ensure .rdb file existredis-cli SAVEredis-ch...
Redis Redis 6.0.1 does not build on NetBSD
2025-01-16 17:01:35
876
Building Redis 6.0.1 fails, because pthread_set_name_np() does not exist on NetBSD. You need to apply the following patc...
Redis How do I get a single IP or DNS name for a Redis OSS cluster created?
2025-01-16 17:01:32
973
Hi Guys,We have a requirement for redis cache to store session information for one of the application we use in-house.To...
Redis Failure in sorting by multiple hash values
2025-01-16 17:01:29
751
This is my test case:hmset test:01 f1 345 f2 Ahmset test:02 f1 444 f2 Bhmset test:03 f1 776 f2 Bhmset test:04 f1 111 f2 ...
Redis Redisgraph bug report from console...
2025-01-16 17:01:27
76573
Hi,It happens when running ilegle query.using docker: redisgraph: container_name: redisgraph ports: - '637...
Redis New Feature: Multiple BY patterns in SORT Command
2025-01-16 17:01:24
3511
This is the link to the patch With this feature Redis will expand the applications in numerous scenarios where right now...
Redis [Sentinel] Notification script fails to execute which fills up disk space.
2025-01-16 17:01:21
1293
Sample log entries:1317:X 11 Nov 18:03:04.179 # -script-error /etc/notify.sh 99 01317:X 11 Nov 18:03:04.179 # -script-er...
Redis Redis 6.0 Test Fails @ PSYNC2 #3899 regression: kill first replica
2025-01-16 17:01:18
66803
ok: PSYNC2 #3899 regression: kill first replicaLogged warnings (pid 3128):=== REDIS BUG REPORT START: Cut & paste st...
Redis Segmentation fault (core dumped)
2025-01-16 17:01:15
1748
while I run ./redis-server ,the console print Segmentation fault (core dumped) with redis version is 6.0.0. when I use ...
Redis Suspected bugs in ziplist.c
2025-01-16 17:01:12
268
https://github.com/antirez/redis/blob/69ce235c7b870e43813da7e03160c320389ea6a9/src/ziplist.c#L806I think the offset for ...
Redis MIGRATE should allow AUTH with username and password
2025-01-16 17:01:09
786
MIGRATE only support a password.The MIGRATE command should support the ACL based authentication.Some examples:> MIGRA...
Redis CLIENT KILL by username
2025-01-16 17:01:07
126
CLIENT KILL should be able to kill connections authenticated by a given username.Comment From: antirezImplemented in cec...
Redis Tests failed
2025-01-16 17:01:04
8642
I don't know what exactly this mean. I ran tests once, it failed, ran it again, it didn't.Here is the first output:[37/5...
Redis can i build redis on windows in clion with cygwin
2025-01-16 17:01:01
236
can i build redis on windows in clion with cygwinComment From: yanfeng1612yes,reference https://github.com/htw0056/redis...
Redis [Feature request] EXISTS return array [0,1] when using an array
2025-01-16 17:00:59
809
While EXISTS is useful to see if something exists, it would be more useful when usingan array to return an array to know...
上一页
下一页
1
…
890
891
892
893
894
…
2246
.