RedisKey-value, counters, sorted sets

redis
Redis commands over HTTP. SET/GET/INCR/ZADD and a few dozen more.

Redis console

Ready
One command per send. Quote args with spaces. Keys are shared with everyone using this demo — stick to the demo: namespace.

The actual call

POST/edge/redis
{
  "command": "SET",
  "args": [
    "demo:greeting",
    "hello-from-cohesivity"
  ]
}
Allowed: GET, SET, DEL, INCR, ZADD, ZRANGE, EXPIRE, KEYS, MGET, MSET, and more. See the offering page for the full list.