godown
godown copied to clipboard
Distributed, fault-tolerant key-value storage written in go.
I seem to have found a new problem. In my application scenario, I need to use the rpush command to send 9000000 data entries. I started three instances to form...
Hi, I'm really impressed with this effort. I understand the main goal is to provide a transparent REDIS client API but would you consider an addition of a gRPC API...
I found lpush, rpush api inconsistent. ``` // RPush appends a new value(s) to the list stored at the given key. func (c *Client) RPush(key, value string, values ...string) StatusResult...
Hello, does it support permission verification? I have started using godown in production projects.