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
279 stars 58 forks source link

Node modules test fix #2636

Closed avifenesh closed 3 weeks ago

avifenesh commented 3 weeks ago

The main reason of this PR is to fix parsing issue with modules tests,

This pull request includes several changes to the node and utils directories, focusing on improving test configurations, updating dependencies, and refactoring code for better maintainability. The most important changes are grouped into test configuration updates, dependency updates, and code refactoring.

Test Configuration Updates:

Dependency Updates:

Code Refactoring:

This Pull Request is linked to issue #2624

Checklist

Before submitting the PR make sure the following are checked: