redis.pl -- Redis client![]() | ||
|---|---|---|
redis_streams.pl![]() | ||
| xadd/4 | Add a message to a the stream Key on Redis. | ![]() |
| xconsumer_stop/1 | May be called from a consumer listener to stop the consumer. | ![]() |
| xhook/2 | This multifile predicate is called on certain stream events. | ![]() |
| xlisten/3 | Listen using XREAD on one or more Streams on the server Redis. | ![]() |
| xlisten_group/5 | Listen as Consumer to Group. | ![]() |
| xstream_set/3 | Set an option on for Key on Redis. | ![]() |