"Redis CONFIG GET maxmemory"의 두 판 사이의 차이

(새 문서: ==개요== ;Redis CONFIG GET maxmemory <syntaxhighlight lang='console'> 127.0.0.1:6379> CONFIG GET maxmemory 1) "maxmemory" 2) "0" </syntaxhighlight> ==같이 보기== * redis.con...)
 
 
6번째 줄: 6번째 줄:
1) "maxmemory"
1) "maxmemory"
2) "0"
2) "0"
</syntaxhighlight>
<syntaxhighlight lang='console'>
127.0.0.1:6379> CONFIG GET maxmemory
1) "maxmemory"
2) "2097152"
</syntaxhighlight>
</syntaxhighlight>



2021년 1월 11일 (월) 02:10 기준 최신판

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}