Created
September 27, 2012 19:21
-
-
Save tsabat/3795903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doula@doula:~$ redis-cli | |
redis 127.0.0.1:6379> keys *node* | |
1) "node:services:mktest3-py" | |
2) "node:services:mt1-pyapp01" | |
3) "node:services:mt2-pyweb01" | |
4) "node:services:mtclone-pyweb01" | |
5) "node:services:mktest2-py" | |
6) "node:services:mt1-pyweb01" | |
redis 127.0.0.1:6379> del node:services:mt2-pyweb01 | |
(integer) 1 | |
redis 127.0.0.1:6379> keys *node* | |
1) "node:services:mktest3-py" | |
2) "node:services:mt1-pyapp01" | |
3) "node:services:mtclone-pyweb01" | |
4) "node:services:mktest2-py" | |
5) "node:services:mt1-pyweb01" | |
redis 127.0.0.1:6379> keys *mt2-* |
redis 127.0.0.1:6379> keys site
- "doula.site.locked:mtclone"
- "site:mtclone"
- "site:mt1"
- "site:mt2"
- "site:mt3"
- "doula.site.locked:mt3"
- "repo.devmonkeys:zoomerangmicrosite"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2012-09-27 12:20:50,284 INFO Cycling service anweb
2012-09-27 12:20:50,285 INFO Cycling supervisord services: []
2012-09-27 12:20:50,285 INFO Done cycling anweb