Redis CONFIG GET maxmemory

1 개요[ | ]

Redis CONFIG GET maxmemory
Console
Copy
127.0.0.1:6379> CONFIG GET maxmemory
1) "maxmemory"
2) "0"
Console
Copy
127.0.0.1:6379> CONFIG GET maxmemory
1) "maxmemory"
2) "2097152"

2 같이 보기[ | ]

3 참고[ | ]