Skip to content

Releases: aws/glide-for-redis

v0.3.3

01 Apr 02:25
Compare
Choose a tag to compare

0.3.3 (2024-03-28)

Fixes

  • Node: Fix issue with dual usage, CommonJS and ECMAScript modules. (#1199)

v0.2.0

13 Feb 08:15
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • Python, Node: Added ZCARD command (#877, #885)
  • Python, Node: Added ZADD and ZADDINCR commands (#814, #830)
  • Python, Node: Added ZREM command (#834, #831)
  • Python, Node: Added ZSCORE command (#885, #871)
  • Use jemalloc as default allocator. (#847)
  • Python, Node: Added RPOPCOUNT and LPOPCOUNT to transaction (#874)
  • Standalone client: Improve connection errors. (#854)
  • Python, Node: When recieving LPOP/RPOP with count, convert result to Array. (#811)

Features

  • Python, Node: Added support in Lua Scripts (#775, #860)
  • Node: Allow chaining function calls on transaction. (#902)

Fixes

  • Core: Fixed Connection Refused error not to close the client (#872)
  • Socket listener: fix identifier for closed reader error. (#853)
  • Node: Fix issues with type import & exports (#767)
  • Core: Added handling to "?" and NULL hostnames in CLUSTER SLOTS (#104)
  • Core: Cluster connection now reconnects after full disconnect. (#100)

v0.1.1

17 Jan 21:51
84c1fcc
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • update the packages' README files to make it more appealing in package managers.

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.