gpt4 book ai didi

redis - 如何在 Redis 中增加 used_memory?

转载 作者:IT王子 更新时间:2023-10-29 06:09:28 26 4
gpt4 key购买 nike

我有一个 maxmemory_human 6.05 G 和 used_memory_human: 4.62M 的 Redis 集群

我想用转储数据为这个 used_memory_human 加油,这样我就有 2G 的 used_memory_human

我该怎么做?

最佳答案

有一个内置的调试命令。

调试填充 2000000 testkey 1000

这将创建 200 万个 1kb 字符串键。

> debug populate 2000000 testkey 1000
OK
(2.52s)
> scan 0
1) "65536"
2) 1) "testkey:1637732"
2) "testkey:510112"
3) "testkey:1313139"
4) "testkey:34729"
5) "testkey:734989"
6) "testkey:996052"
7) "testkey:223126"
8) "testkey:1578003"
9) "testkey:1335698"
10) "testkey:1151100"
> info memory
# Memory
used_memory:2185489192
used_memory_human:2.04G
used_memory_rss:2247540736
used_memory_rss_human:2.09G
used_memory_peak:2185571088
used_memory_peak_human:2.04G

关于redis - 如何在 Redis 中增加 used_memory?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50755431/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com