-
**Describe the enhancement:**
The Redis SLOWLOG GET command responds back with fields for:
- Client IP address and port
- Client name if set via the CLIENT SETNAME command
https://redis.io/docs/lat…
-
Hi, our integration with django-redisboard went well in DEV. But as we pushed this to our non-DEV environments, we are observing weird `KeyError: 'status'` issues. Here is what I tried:
1) Adde…
-
## Feature Request
Get slow log command from redis.
Example command:
```
> SLOWLOG GET
1) 1) (integer) 10595463
2) (integer) 1490323467
3) (integer) 8831
4) 1) "HGETALL"
…
-
Problem:
Sometimes we need to check what response was slowly, but tweproxy now only support log(every request), it`s very inconvenient.
Solution:
Provide slowlog command like redis slowlo…
kukey updated
3 years ago
-
### Is this a regression?
Yes
### Description
使用redis-cli进行压测
time /opt/redis/redis-src/src/redis-benchmark -a xxx -p 9221 -c 100 -r 500000 -n 1000000 -d 128 -t SET,GET,HSET -l --csv ,(red…
-
大量数据导入到Tendis后,发现Tendis使用内存,远高于配置的rocksdb的BlockCache大小,相关查询和配置信息如下
# Server
redis_version:2.3.6-rocksdb-v5.13.4
redis_git_sha1:532b9a95
redis_git_dirty:0
redis_build_id:13480377323411654960
redi…
-
We have one particular issue with Redis as we see huge amounts of `gettimeoftheday` calls inside Redis. One of the problem sources seems to be this:
https://github.com/antirez/redis/blob/9b7f8b1c9b379…
-
## Description
An error is found when enabling slow-log and engine-log and in both cases the name of the log-group is not specified so that the module completes it with the default
example to repr…
-
Sorry for issuing a doubt here, but I've already search a lot on [Dev Docs](https://devdocs.magento.com/cloud/docker/docker-containers.html) about this and even tried to find it manually inside the ec…
-
遇到以下问题,由于官网几乎不维护所以自己维护了一个分支。
1: 多网卡造成codis-proxy添加集群auth认证失败,
2: codis-proxy 没有slowlog,增加slow耗时监控(比如有些是主从同步造成的没有记录在redis的slowlog)
3: 开启读写分离,exit命令请求判断key是否过期拿到数据,get判断过期数据为空,不是这个是redis本身bug新版本已经修复…