valkey-io / valkey-glide

An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
Apache License 2.0
214 stars 46 forks source link

Node: fix ZADD bug #1995

Closed GumpacG closed 1 month ago

GumpacG commented 1 month ago

Description

The bug in the ZADD implementation does not allow for users to call zadd with only the changed parameter. This PR will allow for zadd("key", { one: 1, two: 2 }, { changed: true }); to be supported.