Skip to content

Releases: reactivemarkets/reactive-redis

Release v0.5.1

02 Oct 13:44

Choose a tag to compare

feat: optimising all the commands args

Reducing string allocations.
Directly accessing args.

SD-7448

Release v0.5.0

02 Oct 10:42

Choose a tag to compare

feat: using split_last instead of access args via slice

Avoids doing 2 bounds checks.
Cleaner error handling.

SD-7448

Release v0.4.2

05 Jul 09:19

Choose a tag to compare

fix: allocating vectors with pre-defined size

Avoiding re-allocating vectors when we know what size it'll be.

Release v0.4.1

05 Feb 16:34

Choose a tag to compare

build(github): fixing build runner to ubuntu 20.04

Trying to get plugin to work with redis 6.2.4 docker image.

Release v0.4.0

05 Feb 13:21

Choose a tag to compare

feat: bump version for mpublish command

Bumping for new release.

v0.3.1

12 May 22:18

Choose a tag to compare

Fixes

  • zunionbyscore - min and max are now inclusive
  • zunionbyscore - sorting by score
  • zunionbyscore - removing duplicates
  • zunionbyscore - using zrange to get better performance with large data sets

v0.3.0

15 Jan 22:35

Choose a tag to compare

0.3.0 (2022-01-15)

Features

  • Adding zunionbyscore

v0.2.0

23 Feb 12:16

Choose a tag to compare

0.2.0 (2021-02-23)

Features

  • adding XMREVRANGE
  • adding PUBLISHSETEX
  • tidying up build

Build

  • deps: bump actions/upload-artifact from v1 to v2.2.2
  • github: fixing depenabot config

v0.1.0

02 Mar 13:03

Choose a tag to compare

Initial build.