Supported Redis adapter

The following commands are supported by the adapter. Any command can be invoked in any context because data can either be provided in the card data, or via the Data property.

Primitive commands

  • GET

  • SET [EX=expireTime | NX]

  • APPEND

  • DEL

  • EXISTS

  • INCR

  • INCRBY

  • DECR

  • DECRBY

List commands

  • LPOP

  • RPOP

  • BLPOP

  • BRPOP

  • LPUSH

  • RPUSH

Set commands

  • SADD

  • SMEMBERS

Sorted set commands

  • ZADD [XX|NX]

  • ZCARD

  • ZCOUNT

  • ZRANGE [BYSCORE | REV | WITHSCORES]

  • ZREM

  • ZRANK [WITHSCORE]

  • ZREVRANK [WITHSCORE]

  • ZSCORE

Hash commands

  • HSET

  • HGET

  • HMGET

  • HGETALL

  • HEXISTS

  • HDEL

  • HSETNX

  • HKEYS

  • HINCRBY

Channel (Pub/Sub) commands

  • SUBSCRIBE channel(s)

  • PSUBSCRIBE pattern(s)

  • PUBLISH channel data