[Glass] Redis Streams added to RediStick

Masashi UMEZAWA masashi.umezawa at gmail.com
Tue Sep 24 08:26:13 PDT 2024


Hi all,

I've added Redis Streams API support to RediStick - a redis client for
Pharo and GemStone/S.
https://github.com/mumez/RediStick/blob/master/doc/Stream.md

Redis Streams is a modern API for distributed streaming applications.
You can think of Redis Stream as a lightweight Kafka.

Features:
- Replayable Messaging: Unlike traditional Pub/Sub, Redis Streams
allow messages to be persisted, enabling disconnected subscribers to
catch up on missed messages or replay specific ranges.
- Consumer Groups: Stream data can be efficiently sharded across
multiple consumers using Consumer Groups, ensuring scalable and
reliable message processing.

Enjoy!
-- 
[:masashi | ^umezawa]


More information about the Glass mailing list