Redis [NEW] Avoid allocations for RedisModuleString

The problem/use-case that the feature addressesAvoid allocations in modules, when passing strings to/from module API.Des...

Redis [QUESTION]使用RedisTemplate.opsForValue().get(redisKey);需要一分钟左右

基本环境介绍1.windows10,防火墙已关闭,2.连接windos本地Redis3.0.504和虚拟机redis都有延迟springboot的redis配置spring.redis.host=localhostspring.redis....

Redis [BUG] INFO commandstats and INFO errorstats can contain badly formatted info fields

AFAIK info fields should have a key-value pair separated by :.but in some cases the command stats and error stats can ca...

Redis [BUG] SET command doesn't work with NX & GET options

Describe the bugWhen called with NX & GET options, SET returns a syntax error.To reproduceSET randomkey "yes" NX GET...

Redis Redis module RM_HashSet() return confusing 0 for hash creation

Redis branch: latest unstable at commit c552fadIssue statementIt appears that redis module API RedisModule_HashSet() was...

Redis [BUG] redis 6.0 benchmark test redis-cluster mset with requirepass

use benchmark./redis-benchmark -h 10.0.1.208 -a test123 -r 1 -n 2 -c 1 -t mset --cluster -e -qerr:Error from server ***:...

Redis [QUESTION] How to get the id of the mine redis connection

CLIENT LIST command can query all the connection information, but I don’t know which connection is mine, is there any co...

Redis [QUESTION] How to delete some keys in one command

There are some keys in my database, abc1, abc2, abc3... I can use fuzzy matching keys abc to query them all, but when de...

Redis [BUG] We are seeing a wrong IP in nodes.conf being used to reach a cluster node

Describe the bugThis is the same issue that Dimitry reported before and I do not see any answers to it. Cluster nodes re...

Redis ACL misrecognizes keys as subcommands

Hello,The following unexpected behavior is reproducible on unstable:127.0.0.1:6379> ACL setuser gilad on >1234 ~* ...

Redis [CRASH] Redis Sentinel rewrite redis.conf by incorrect parameter

Crash reportRedis sentinel rewrite option oom-score-adj-values 0 200 800 in the file /etc.redis.con by incorrect 0 200 8...

Redis Centos7 redis-6.0.10 'make test' faiil: *** [err]: ZSCAN with encoding skiplist in tests/unit/scan.tcl

ok: SINTER against non-set should throw errorok: SUNION against non-set should throw errorok: SINTER should handle non e...

Redis Is it possible to have atomic get + setex?

I want to make a session management,I will set the token to expire in 30 minutes, and if it is active, it will refresh. ...

Redis memory fragmentation already high, but then doubles as I increased the available memory, (then rebooted).

# Memoryused_memory:881264used_memory_human:860.61Kused_memory_rss:10190848used_memory_rss_human:9.72Mused_memory_peak:9...

Redis [NEW] AOF rewrites could use disk to store event backlog instead of RAM

The problem/use-case that the feature addressesAOFs are large. It can take a long time to rewrite.On a busy server, that...

Redis [NEW] redis-cli - Force trust SSL certificate

The problem/use-case that the feature addressesI'm trying to connect to my redis-server, which has TLS enabled, with a s...

Redis LSET Support multiple indexes

The current LSET can only support a single index, like the following, LSET key index value, I hope it can support settin...

Redis RedisModule_ZsetRem can lead to "empty" zset keys

A module using only the low level zset API can easily arrive at empty keys - an unheard of thing in Redis. Of course, th...

Redis small key costed long running time

i got a problem, there is a small key less than 4KB, and a simple get command costs 1.6 seconds!i've seen this pb on bot...

Redis Is genRedisInfoString() thread safe?

I wanted to modify the source code that start a thread so as to dump genRedisInfoString() result to a local file. Is it ...
上一页 下一页
.