1 개요[ | ]
- redis INFO CLIENTS
- 클라이언트 정보를 조회하는 redis 명령어
Console
Copy
root@zetawiki:~# redis-cli -h 135.79.246.80 -p 6379 -a 'P@ssw0rd' info clients
# Clients
connected_clients:2
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.