Skip to content

Tags: Lost-Temple/redigo

Tags

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Add clog config (gomodule#555)

Add config for clog which is used for generating release notes from our
conventional commits.

For details on the tool see: https://github.com/clog-tool/clog-cli

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add TLS Handshake timeout support (gomodule#530)

* feat: Add TLS Handshake timeout support

Add support for configuring a timeout for TLS Handshake call via
DialTLSHandshakeTimeout DialOption. If no option is specified then the
default timeout is 10 seconds.

Also:
* Add a default connect timeout of 30 seconds matching that of net/http.

Fixes gomodule#509

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Correct grammar in ScanSlice docs (gomodule#491)

Correct grammar in ScanSlice doc string.

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Argument processing on pointers (gomodule#474)

Fix Argument interface processing on struct pointer types which was
broken by gomodule#428 and not quite corrected by gomodule#446.

v1.8.0

Toggle v1.8.0's commit message
feat: go mod support

Add go mod support at the route level so there's only one package to
maintain.

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Revert go mod changes (gomodule#472)

Revert go mod changes which didn't work as intended due to sub modules.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support go mod (gomodule#440)

Add support for go mod

The correct behaviour of this relies on go1.14
https://golang.org/doc/go1.14#incompatible-versions

Fixes gomodule#366

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle RESP strings longer than bufio.Reader size

v2.0.0

Toggle v2.0.0's commit message
Merge PMessage and Message