Skip to content

Releases: valkey-io/valkey-glide

v0.1.0

16 Jan 20:26
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Beta:

  • Async APIs in Typescript and python.

  • Support for Standalone & Cluster mode Redis.

  • Provides a unified client experience across languages.

  • 40 commands implemented, unimplemented commands can be executed using cusomCommand (TypeScript) /custom_command (Python).

  • TLS support.

  • Transaction support.

  • Read from replica.

  • Connection handling best practices - timeouts and exponential back-off.

  • Core functionality in redis-rs, using a redis-rs fork. We make efforts to contribute all changes at the fork to redis-rs.