"Redis PING"의 두 판 사이의 차이

4번째 줄: 4번째 줄:


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
/data # redis-cli
root@localhost:~# redis-cli
127.0.0.1:6379> ping
127.0.0.1:6379> ping
PONG
PONG
127.0.0.1:6379>
127.0.0.1:6379> PING
PONG
127.0.0.1:6379> quit
root@localhost:~#
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~# redis-cli ping
PONG
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~# redis-cli PING
PONG
</syntaxhighlight>
</syntaxhighlight>


14번째 줄: 25번째 줄:


[[분류: redis 명령어]]
[[분류: redis 명령어]]
[[분류: redis-cli]]

2020년 12월 30일 (수) 21:08 판

1 개요

Redis PING
redis ping
root@localhost:~# redis-cli
127.0.0.1:6379> ping
PONG
127.0.0.1:6379> PING
PONG
127.0.0.1:6379> quit
root@localhost:~#
root@localhost:~# redis-cli ping
PONG
root@localhost:~# redis-cli PING
PONG

2 같이 보기

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