Nineya
Home
Blog
软著申请
Redis Lookup subcommand more strictly and consistently
2025-01-16 20:49:42
6779
After #9504 we treat subcommands as commands, it's a good step, but it also introduced ambiguity, i.e. get|key is a bad ...
Redis [BUG]FATAL CONFIG FILE ERROR (Redis 6.0.7) Reading the configuration file, at line 1066 '0 200 800'
2025-01-16 20:49:40
1257
ghy@ghy-VirtualBox:~$ redis-cli -p 7777127.0.0.1:7777> keys *1) "username"127.0.0.1:7777> config set requirepass a...
Redis [QUESTION] Notice/warning when trying to connect to a database index higher than max database index
2025-01-16 20:49:37
1602
Does the Redis server emit a notice/warning when the client tries to connect to a redis database of an index higher than...
Redis ACL: a plan for meta-users to allow more complex ACLs without making the rules themselves more complex.
2025-01-16 20:49:34
54486
When the ACL lines are parsed, it looks like the commands and keys supplied are treated as global (with keys affecting a...
Redis Define and document command tips
2025-01-16 20:49:31
3558
See https://github.com/redis/redis/pull/9656We need to define and document general command hints that can help clients/p...
Redis The command zlexcount has a bug
2025-01-16 20:49:28
773
Describe the bugWhen run the command zlexcount,if MIN and MAX are set to ‘[-’ and '+',it returns all elements,but when s...
Redis [BUG]redis-check-rdb can't check rdb with functions in unstable branch
2025-01-16 20:49:25
1063
dumpV10.rdb.zipDescribe the bugA short description of the bug.Chens-MacBook-Pro:test leon$ ~/Workspace/redis/src/redis-c...
Redis Module API to process commands while blocked.
2025-01-16 20:49:23
2789
The problem/use-case that the feature addressesSome modules might perform a long-running logic in different stages of Re...
Redis Add non-preamble AOFRW support for functions
2025-01-16 20:49:20
247
When functions were implemented we thought that the old AOFRW mechanism is gonna get removed, so we didn't support it. b...
Redis Issue with redis:6.2.6-alpine docker image
2025-01-16 20:49:18
296
Hello,There seems to be a filesystem issue with the latest redis docker image, preventing us from starting the redis ser...
Redis Functions on Redis Cluster
2025-01-16 20:49:15
24907
Functions on Redis ClusterRedis Function PR introduces a new scripting approach called Functions. Unlike eval (see new t...
Redis Sort out the mess with read keys on keyspecs
2025-01-16 20:49:12
27637
As part of Redis 7 we introduced keyspces which marked each key as having a "read" or "write" flag. We are hoping to use...
Redis Redis Server Connection Issue
2025-01-16 20:49:09
2858
Recently we had an occurrence where we were unable to connect to mutliple masters on our cluster when they became unresp...
Redis Change the default of repl-diskless-sync to yes in redis 7.0
2025-01-16 20:49:05
3633
There are maybe 3 main reasons to choose one over the other.1. the diskless master sends a slightly different format to ...
Redis Modules should be able to declare blocking commands
2025-01-16 20:49:02
1159
RedisModule_CreateCommand should add the flag "blocking" in its string command flags, to signify commands that might blo...
Redis [BUG] Config option "save" input strings treated differently between redis.conf and CONFIG SET
2025-01-16 20:48:59
2273
Describe the bugIn Redis 6.2.6, there's a range difference between configuring "save" through redis.conf and configuring...
Redis make hmget return null if the key doesn't exist instead of null for each field value
2025-01-16 20:48:57
955
I used hmget on a empty key and it returned null for all the values and fields.127.0.0.1:6379> hmget key a b c d e f ...
Redis [BUG] Killing slow scripts should be synchronous to ensure atomicity
2025-01-16 20:48:54
2439
Describe the bugIt is implied that the SCRIPT KILL command should be atomic. However, in rare cases, it is possible to d...
Redis Redis Functions Flags
2025-01-16 20:48:51
9285
https://github.com/redis/redis/pull/10004 introduce Redis function libraries which allows code sharing between functions...
Redis INCRBYFLOAT is rewritten as SET command but without expire time
2025-01-16 20:48:48
948
I find that it is not so easy to fix this bug, so I have 3 suggestions here.We can have a discussion here:a. Just rewrit...
上一页
下一页
1
…
815
816
817
818
819
…
2246
.