Releases: nim-lang/redis
Releases · nim-lang/redis
v0.5.0
What's Changed
- Add username/password
authprocedure by @chrisnovakovic in #33 - mark
readNext()as {.gcsafe.} in order to use w/ threaded mode by @ba0f3 in #25 - Adding unix socket support by @Zectbumo in #38
- disconnect proc without sending QUIT command by @riji-ra in #39
- bump to 0.5.0 by @ringabout in #42
New Contributors
- @chrisnovakovic made their first contribution in #33
- @Zectbumo made their first contribution in #38
- @riji-ra made their first contribution in #39
Full Changelog: v0.4.0...v0.5.0
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