Redis PING

Jmnote (토론 | 기여)님의 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 }}