Redis
Redis key-value store client with full data structure support. Provides string operations (get, set, delete, exists, keys, expire, TTL), hash operations (hset, hget, hgetall, hdel), list operations (lpush, rpush, lpop, rpop, lrange, llen), set operations (sadd, srem, smembers, sismember), and pub/sub messaging (publish). All operation nodes support dual connection modes: either a shared client ID from Connect node, or direct credentials on each node. Auth via server/port/password/database credentials.
| Namespace | Robomotion.Redis |
| Version | 1.1.0 |
| Category | Database |
| Nodes | 25 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Redis and returns a Client ID. |
| Disconnect | Closes a Redis connection. |
| Get | Gets in Redis. |
| Set | Sets in Redis. |
| Delete | Deletes in Redis. |
| Hash Set | Hash Set — see the properties below. |
| Hash Get | Hash Get — see the properties below. |
| Hash Get All | Hash Get All — see the properties below. |
| Hash Delete | Hash Delete — see the properties below. |
| List Push Left | Lists a push left in Redis. |
| List Push Right | Lists a push right in Redis. |
| List Pop Left | Lists a pop left in Redis. |
| List Pop Right | Lists a pop right in Redis. |
| List Range | Lists a range in Redis. |
| List Length | Lists a length in Redis. |
| Set Add | Sets an add in Redis. |
| Set Members | Sets members in Redis. |
| Set Remove | Sets a remove in Redis. |
| Set Is Member | Sets an is member in Redis. |
| Keys | Keys — see the properties below. |
| Exists | Exists — see the properties below. |
| Expire | Expire — see the properties below. |
| TTL | TTL — see the properties below. |
| Publish | Publishes in Redis. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
24 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Get, Set, Delete, Hash Set, Hash Get, Hash Get All, Hash Delete, List Push Left, List Push Right, List Pop Left, List Pop Right, List Range, List Length, Set Add, Set Members, Set Remove, Set Is Member, Keys, Exists, Expire, TTL, Publish.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.