File: README

package info (click to toggle)
python-cyclone 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,388 kB
  • ctags: 1,372
  • sloc: python: 8,823; sh: 183; makefile: 13; sql: 12
file content (14 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test basic redis functionality

  Set: curl -D - -d "value=hello world" http://localhost:8888/text/foobar
  Get: curl -D - http://localhost:8888/text/foobar


Test redis pubsub feature (redis 2.x)

  Subscribe to channels or patterns:
  curl -D - http://localhost:8888/queue/foo.*,msgs,l33t

  Send messages to channels:
  curl -D - -d "message=hello world" http://localhost:8888/queue/foo.bar
  curl -D - -d "message=yes, we can" http://localhost:8888/queue/l33t