redis-go
redis-go copied to clipboard
Go package providing tools for building redis clients, servers and middleware.
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
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.
This is necessary to be able to lookup the list of servers available to a proxy.
"regular" operations are the common ones like SET, GET, LRANGE, ...