We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4319bb commit 4ac2555Copy full SHA for 4ac2555
test/redis/frag.redis
@@ -0,0 +1,4 @@
1
+config set maxmemory 100mb
2
+config set maxmemory-policy allkeys-lru
3
+debug populate 700000 asdf 240
4
+debug populate 170000 asdf 492
test/redis/redis.conf
@@ -0,0 +1,8 @@
+# maxmemory 100gb
+maxmemory-policy allkeys-lru
+appendonly no
+save ""
5
+enable-debug-command yes
6
+maxmemory-samples 1
7
+loglevel debug
8
+# activedefrag yes
0 commit comments