Skip to content

Commit 4ac2555

Browse files
committed
redis configurations
1 parent e4319bb commit 4ac2555

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

test/redis/frag.redis

+4
Original file line numberDiff line numberDiff line change
@@ -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

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# maxmemory 100gb
2+
maxmemory-policy allkeys-lru
3+
appendonly no
4+
save ""
5+
enable-debug-command yes
6+
maxmemory-samples 1
7+
loglevel debug
8+
# activedefrag yes

0 commit comments

Comments
 (0)