Redis service encapsulates Redis operations behind simple server actions that take a Redis connection string and OutSystems records/lists, returning operation results with status codes and messages instead of throwing exceptions directly, so you can safely use it in OutSystems logic flows.It supports basic key–value access, set operations, key metadata (TTL, type, listing), numeric increments, and distributed locking using the RedLock algorithm, all through a central RedisStore helper that talks to the Redis Sentinel topology.