From 1bc8112950928231cda05f012671282978317dea Mon Sep 17 00:00:00 2001 From: Adan Date: Thu, 7 Mar 2024 13:37:36 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f961323b4..844fa2a447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ * Python, Node: Added PTTL command ([#1036](https://github.com/aws/glide-for-redis/pull/1036), [#1082](https://github.com/aws/glide-for-redis/pull/1082)) * Node: Added HVAL command ([#1022](https://github.com/aws/glide-for-redis/pull/1022)) * Node: Added PERSIST command ([#1023](https://github.com/aws/glide-for-redis/pull/1023)) +* Node: Added ZREMRANGEBYSCORE command ([#926](https://github.com/aws/glide-for-redis/pull/926)) +* Node: Added ZREMRANGEBYRANK command ([#924](https://github.com/aws/glide-for-redis/pull/924)) #### Features