Releases: reactivemarkets/reactive-redis
Releases · reactivemarkets/reactive-redis
Release v0.5.1
feat: optimising all the commands args Reducing string allocations. Directly accessing args. SD-7448
Release v0.5.0
feat: using split_last instead of access args via slice Avoids doing 2 bounds checks. Cleaner error handling. SD-7448
Release v0.4.2
fix: allocating vectors with pre-defined size Avoiding re-allocating vectors when we know what size it'll be.
Release v0.4.1
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
feat: bump version for mpublish command Bumping for new release.
v0.3.1
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
v0.2.0
v0.1.0
Initial build.