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

 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
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> exit
root@localhost:~#
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~# redis-cli ping
PONG
</syntaxhighlight>
<syntaxhighlight lang='console'>
root@localhost:~# redis-cli PING
PONG
</syntaxhighlight>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[redis-cli --latency]]
* [[redis-cli --latency]]
* [[리눅스 ping]]


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

2020년 12월 30일 (수) 21:11 기준 최신판

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> exit
root@localhost:~#
root@localhost:~# redis-cli ping
PONG
root@localhost:~# redis-cli PING
PONG

2 같이 보기[ | ]

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