Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created September 27, 2012 19:21
Show Gist options
  • Save tsabat/3795903 to your computer and use it in GitHub Desktop.
Save tsabat/3795903 to your computer and use it in GitHub Desktop.
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-*
@tsabat
Copy link
Author

tsabat commented Sep 27, 2012

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

@tsabat
Copy link
Author

tsabat commented Sep 27, 2012

redis 127.0.0.1:6379> keys site

  1. "doula.site.locked:mtclone"
  2. "site:mtclone"
  3. "site:mt1"
  4. "site:mt2"
  5. "site:mt3"
  6. "doula.site.locked:mt3"
  7. "repo.devmonkeys:zoomerangmicrosite"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment