Skip to content

Releases: Leonidas-from-XIV/orewa

0.2.1

18 Oct 21:25
Compare
Choose a tag to compare

CHANGES:

  • Support all set commands as of Redis 5.0

0.2.0

07 May 18:11
Compare
Choose a tag to compare

CHANGES:

  • Implement pipelining while simplifying parsing: it is now possible to queue
    up a lot of requests to Redis that will be fulfilled in order (thanks,
    @andersfugmann)
  • Remove `Eof error code since it was semantically equal to `Connection_closed (@andersfugmann)
  • Added Always option to SET to explicitly specify the default

0.1.1

02 May 10:37
Compare
Choose a tag to compare

CHANGES:

  • Expose result of SET
  • Fix bug when setting non-existing key

0.1.0

25 Apr 21:47
Compare
Choose a tag to compare

CHANGES:

  • Initial release
  • Designed to be async thread-safe
  • Supports all string commands of Redis 5.0 and a few others
  • All implemented commands tested against an actual Redis server