From bada85d5df0908a8372b4081845ef464a5702125 Mon Sep 17 00:00:00 2001 From: Brandur Date: Sat, 6 Aug 2022 14:33:31 -0700 Subject: [PATCH] Add a note on best effort maintenance It often takes me quite a long time to get back to people on issues, so add a note indicating that the project is in best effort maintenance mode. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index afe2c39..deccd62 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # redis-cell [![Build Status](https://github.com/brandur/redis-cell/workflows/redis-cell%20CI/badge.svg)](https://github.com/brandur/redis-cell/actions) +**Warning:** This package is in "best effort" maintenance mode. I try to +respond to opened issues and keep it reasonably up-to-date with respect to the +underlying Rust toolchain, but am no longer actively developing it. + A Redis module that provides rate limiting in Redis as a single command. Implements the fairly sophisticated [generic cell rate algorithm][gcra] (GCRA) which provides a rolling time window and doesn't depend on a background drip