Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Redis PID in redis-cli interface?

Tags:

redis

How to get Redis PID in redis-cli interface?

[illidan@CentOS7 ~]$ redis-cli
127.0.0.1:6379> help

I hope i can get the redis pid without back to OS interface.

like image 613
Illidan Avatar asked Mar 14 '26 17:03

Illidan


1 Answers

The INFO command can print the process_id info in the [Server] section.

like image 165
for_stack Avatar answered Mar 20 '26 22:03

for_stack



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!