godown icon indicating copy to clipboard operation
godown copied to clipboard

Distributed, fault-tolerant key-value storage written in go.

Results 4 godown issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

Hello, does it support permission verification? I have started using godown in production projects.

question