w3-io/W3 Redis Action
Redis key-value store, caching, counters, lists, and TTL for W3 workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Operation: get, set, del, incr, decr, expire, ttl, exists, keys, lpush, rpush, lpop, rpop, lrange, llen, hget, hset, hdel, hgetall, sadd, smembers, sismember, srem | yes | — |
| url | Redis connection URL (redis://user:pass@host:port) | yes | — |
| key | Redis key | no | "" |
| value | Value for set/lpush/rpush/sadd/hset operations | no | "" |
| field | Hash field name (for hget/hset/hdel) | no | "" |
| ttl | TTL in seconds (for set with expiry, or expire command) | no | "" |
| start | Start index for lrange (default: 0) | no | 0 |
| stop | Stop index for lrange (default: -1, meaning all) | no | -1 |
| pattern | Pattern for keys command (default: *) | no | * |
Outputs
| name | description |
|---|---|
| result | Command result as JSON string |