go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

Redis Go client

Results 292 go-redis issues
Sort by recently updated
recently updated
newest added

Notice when porting [EVAL_RO tests for Kvrocks](https://github.com/apache/incubator-kvrocks/commit/87644ab5672fdcb8fe7d27e811ab115a88eb897f#diff-fd72f2293b0f304ba6ff9c6e65c2af3587b7cae4053cf3509d17424fde733f21). This may be implemented almost as EVAL and EVALSHA.

It probably will look like this: ```go import redis "github.com/redis/go-redis/v9" ``` Checking if https://pkg.go.dev/golang.org/x/tools/cmd/goimports is still working would be nice. - [ ] Should we add a canonical import path?...

v9
release-blocker

See https://github.com/go-redis/redis/pull/1924

v9

Builds on [existing example code](https://github.com/go-redis/redis/blob/e061db8c13fd6b5e007d73370873026e360719de/example_test.go#L253). Differs from previous example by passing in "Hash" and not throwing away the `keys`. `keysFromScan, cursor, err = rdb.ScanType(context.TODO(), cursor, "key*", 10, "hash").Result()`

This solves issues similar to https://github.com/open-telemetry/opentelemetry-go-contrib/issues/1384 `merging tracing resource: cannot merge resource due to conflicting Schema URL`

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.0 to 1.20.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.20.2 1.20.2 Fixes label specs that rely on remote access; bump timeout on short-circuit test to make it...

dependencies
go

Hi Team, We have been recently getting redis read only replica errors frequently whenever we are doing upgrades on of our redis dependent services. We have also checked redis andsentinel...

Adds an option to not set the db.statement attribute, closes #2195