Integrations
Redis / Valkey
S2 is adding compatibility with certain Redis / Valkey APIs at an endpoint usable from standard client libraries.
We’ll be starting with the following subset of commands for Streams functionality: XADD
, XREAD
, XRANGE
, XLEN
, XTRIM
.
Benefits for users
- infinite retention not limited by the memory of a single node
- durability of object storage
- truly serverless developer experience
- up to 100x more cost-effective