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

Go package providing tools for building redis clients, servers and middleware.

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

This PR updates an interface, types, and variables to use inclusive language. Dependent on this PR: https://github.com/segmentio/consul-go/pull/57

Go mod version requirements must start with v

This PR add a simple parseKey function to be used to identify the key of a request.

This should just be a parsing command line arguments and putting together the different components that we've been working on. Resources: - https://github.com/segmentio/conf

enhancement
help wanted

Maybe use https://github.com/serialx/hashring/blob/master/hashring.go, we may want to reimplement if it doesn't fit what we're trying to do.

enhancement
help wanted

This is necessary to be able to lookup the list of servers available to a proxy.

enhancement
help wanted

"regular" operations are the common ones like SET, GET, LRANGE, ...

enhancement
help wanted