Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@shachlanAmazon shachlanAmazon released this 16 Jan 20:26
· 12 commits to v0.1 since this 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.