Releases: nim-lang/redis
Releases · nim-lang/redis
v0.4.0
What's Changed
- fix zrank/zrevrank may return an interger or nil string by @ba0f3 in #18
- import std/net to allow for local 'net' module by @donpdonp in #20
- Fix commands with arg seq by @bluemax75 in #24
- seq is not nil anymore by @xflywind in #21
- Allow for subscribing to multiple channels by @ThomasTJdev in #28
- hotfix: wrong type in PR #28 - Allow for subscribing to multiple channels by @ThomasTJdev in #30
- bump redis version by @xflywind in #32
New Contributors
- @ba0f3 made their first contribution in #18
- @donpdonp made their first contribution in #20
- @bluemax75 made their first contribution in #24
- @xflywind made their first contribution in #21
- @ThomasTJdev made their first contribution in #28
Full Changelog: v0.3.0...v0.4.0