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
267 stars 56 forks source link

Core: Cleanup redis-rs code #2710

Open ikolomi opened 1 week ago

ikolomi commented 1 week ago

Description

There is a bunch of deprecated/unused code in glide-core/redis-rs, clearing it up will increase productivity and ease the maintenance

Checklist

Additional Notes

No response