w3-io/W3 Redis Action

Redis key-value store, caching, counters, lists, and TTL for W3 workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandOperation: get, set, del, incr, decr, expire, ttl, exists, keys, lpush, rpush, lpop, rpop, lrange, llen, hget, hset, hdel, hgetall, sadd, smembers, sismember, sremyes
urlRedis connection URL (redis://user:pass@host:port)yes
keyRedis keyno""
valueValue for set/lpush/rpush/sadd/hset operationsno""
fieldHash field name (for hget/hset/hdel)no""
ttlTTL in seconds (for set with expiry, or expire command)no""
startStart index for lrange (default: 0)no0
stopStop index for lrange (default: -1, meaning all)no-1
patternPattern for keys command (default: *)no*
namedescription
resultCommand result as JSON string