Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 2.37 KB

0.2.0 (2024-02-11)

Changes

  • Python, Node: Added ZCARD command (#871, #885)
  • Python, Node: Added ZADD and ZADDINCR commands (#814, #830)
  • Python, Node: Added ZREM command (#834, #831)
  • Python, Node: Added ZSCORE command (#877, #889)
  • 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)
  • Python: Added TYPE command (#945)
  • Python: Added HLEN command (#944)
  • Node: Added ZCOUNT command (#909)

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)

0.1.0 (2024-01-17)

Preview release of GLIDE for Redis a Polyglot Redis client.

See the README for additional information.