summaryrefslogtreecommitdiff
path: root/utils/whatisdoing.sh
Commit message (Collapse)AuthorAgeFilesLines
* Changes http to https in texts (#8495)cheese12021-03-101-1/+1
|
* Mark whatisdoing.sh as deprecated in top-comment.antirez2014-12-091-0/+6
|
* Update whatisdoing.shSerghei Iakovlev2014-12-051-1/+1
| | | Improved getting pid
* getting pid fixesSerghei Iakovlev2014-12-051-1/+1
| | | | | | | | | | | | | ```sh $ ~ pidof redis-server # nothing $ ~ ps aux | grep [r]edis redis 593 0.0 0.0 36900 5564 ? Ssl Dec02 1:37 /usr/bin/redis-server 127.0.0.1:6379 klay 15927 0.0 0.0 16772 6068 pts/6 S+ 13:58 0:00 redis-cli $ ~ uname -a Linux edge 3.17.4-1-ARCH #1 SMP PREEMPT Fri Nov 21 21:14:42 CET 2014 x86_64 GNU/Linux ```
* BGSAVE work in progressantirez2011-01-051-0/+18