Skip to main content

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.

NamespaceRobomotion.Redis
Version1.1.0
CategoryDatabase
Nodes25

Nodes

NodeDescription
ConnectOpens a connection to Redis and returns a Client ID.
DisconnectCloses a Redis connection.
GetGets in Redis.
SetSets in Redis.
DeleteDeletes in Redis.
Hash SetHash Set — see the properties below.
Hash GetHash Get — see the properties below.
Hash Get AllHash Get All — see the properties below.
Hash DeleteHash Delete — see the properties below.
List Push LeftLists a push left in Redis.
List Push RightLists a push right in Redis.
List Pop LeftLists a pop left in Redis.
List Pop RightLists a pop right in Redis.
List RangeLists a range in Redis.
List LengthLists a length in Redis.
Set AddSets an add in Redis.
Set MembersSets members in Redis.
Set RemoveSets a remove in Redis.
Set Is MemberSets an is member in Redis.
KeysKeys — see the properties below.
ExistsExists — see the properties below.
ExpireExpire — see the properties below.
TTLTTL — see the properties below.
PublishPublishes in Redis.
ToolkitExposes 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.

About this page

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.