tidwall / summitdb

In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API
Other
1.41k stars 78 forks source link

Add docker and cli support #7

Closed pyrossh closed 4 years ago

tidwall commented 7 years ago

Please see #6

eduncan911 commented 7 years ago

@tidwall can we get this merged? 👍

tidwall commented 7 years ago

I'll review asap. Thanks for the ping.

tidwall commented 4 years ago

I'm sorry that I sat on this PR for so long.

I've decided to not add Docker support directly to the repository. If do add docker in the future I'll probably make an official release.

As for the command-line interface. I think that the Redis CLI is best way to go because it has a great feature set and is fully compatible with SummitDB.

Thanks.