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

I have a sentinel instance running on localhost:5000 and a master/slave pair instances running on localhost:7000 & localhost:7002. **Test 1: FailoverClient connects only to `localhost:5000`** Executing a Redis command results...

It looks like some things have changed since the last time I used the package: - `context` is no longer required to call the `Pipelined` and `HSet` function - The...

We've run into issues where big queries have caused services to OOM when trying to put them as span tags (in the datadog tracing world), see https://github.com/DataDog/dd-trace-go/issues/1022 Additionally, there's a...

Closes https://github.com/go-redis/redis/pull/2093

How can I fix this error ? By increasing channel size?

```go package main import ( "github.com/go-redis/redis/extra/rediscensus/v9" "github.com/go-redis/redis/v9" ) func main() { client := redis.Client{} client.AddHook(rediscensus.TracingHook{}) } ``` ## Expected Behavior `rediscensus.TracingHook` should implement `redis.Hook`. ## Current Behavior It does not....

Go-Redis should return errors that can be checked programmatically without relying on comparing error strings. ## Expected Behavior I can check errors from a client library with well-defined functions or...

There is a vulnerability in Go url parsing. More on that here: https://www.oxeye.io/blog/golang-parameter-smuggling-attack In a nutshell, the method Query() ignores the error produced by another function when finding a semicolon...

1. app.Redis("redis").Get(ctx, key).Result() 2. app.Redis("redis").Set(ctx, key, val, expiration) 3. When reading, writing, and frequently executing commands, read failures occur. Keys are saved for a short time, do not expire, and...

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1. Commits b747d7c Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 (#1283) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...

dependencies
go