From 117f009f1763e78caa58a76d05a0c52c012f7f32 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Fri, 1 Nov 2024 11:12:53 +0300 Subject: [PATCH] docs: add Redis Cluster compatibility caveat --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6392d33..288c908 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Task queues are used as a mechanism to distribute work across multiple machines. - [Flexible handler interface with support for middlewares](https://github.com/hibiken/asynq/wiki/Handler-Deep-Dive) - [Ability to pause queue](/tools/asynq/README.md#pause) to stop processing tasks from the queue - [Periodic Tasks](https://github.com/hibiken/asynq/wiki/Periodic-Tasks) -- [Support Redis Cluster](https://github.com/hibiken/asynq/wiki/Redis-Cluster) for automatic sharding and high availability - [Support Redis Sentinels](https://github.com/hibiken/asynq/wiki/Automatic-Failover) for high availability - Integration with [Prometheus](https://prometheus.io/) to collect and visualize queue metrics - [Web UI](#web-ui) to inspect and remote-control queues and tasks @@ -49,6 +48,10 @@ Task queues are used as a mechanism to distribute work across multiple machines. > ☝️ **Important Note**: Current major version is zero (`v0.x.x`) to accommodate rapid development and fast iteration while getting early feedback from users (_feedback on APIs are appreciated!_). The public API could change without a major version update before `v1.0.0` release. +### Redis Cluster Compatibility + +Some of the lua scripts in this library may not be compatible with Redis Cluster. + ## Sponsoring If you are using this package in production, **please consider sponsoring the project to show your support!**