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

 
9번째 줄: 9번째 줄:
127.0.0.1:6379> PING
127.0.0.1:6379> PING
PONG
PONG
127.0.0.1:6379> quit
127.0.0.1:6379> exit
root@localhost:~#  
root@localhost:~#  
</syntaxhighlight>
</syntaxhighlight>

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 }}