David Dougherty
9906daf5c9
Update old links for modules-api-ref.md ( #13479 )
...
This PR replaces old .../topics/... links with current links,
specifically for the modules-api-ref.md file and the new automation that
Paolo Lazzari is working on. A few of the topics links have redirects,
but some don't. Best to use updated links.
2024-11-04 18:18:22 +02:00
cheese1
c945e1126a
Changes http to https in texts ( #8495 )
2021-03-10 19:11:16 +02:00
antirez
5b2bbef9fc
Mark whatisdoing.sh as deprecated in top-comment.
2014-12-09 12:18:34 +01:00
Serghei Iakovlev
8c0f86842e
Update whatisdoing.sh
...
Improved getting pid
2014-12-05 18:48:20 +02:00
Serghei Iakovlev
d4a9836f1a
getting pid fixes
...
```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
```
2014-12-05 14:50:45 +02:00
antirez
249ad25f4f
BGSAVE work in progress
2011-01-05 18:38:31 +01:00