summitdb icon indicating copy to clipboard operation
summitdb copied to clipboard

In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API

Results 12 summitdb issues
Sort by recently updated
recently updated
newest added

Hi, i did not understand how can I use Fencing Tokens as a distributed lock? can you give me a idea about it ?

[https://github.com/tidwall/summitdb/wiki/EVAL](https://github.com/tidwall/summitdb/wiki/EVAL) In the docs at the stated page it says the sdb.pcall will return a Lua table instead of raising a Javascript, as sdb.call does. Is this correct or should...

I have an application that requires the use of a database, and Summit is an awesome DB -- just one binary to deploy with my application, but I'm wondering if...

Awesome project! any thought to having a pluggable storage engine? where default is memory. Having a boltdb option would be very nice.

I tried summitdb in docker swarm, I first create a master service: ``` docker service create --name summitdb-master --network redis didasy/summitdb ``` Then I created a slave service ``` docker...

SummitDB is something I've been looking for for ages: RedisDB-like with JSON and secondary index support. I've successfully set up a cluster on localhost with various ports and tested HA...

On the [release notes](https://github.com/tidwall/summitdb/releases) page, in the FreeBSD "getting started" section, it has a curl command for downloading the release. I've found that from the packaging code and the downloads...

I think the "peer already known" logic needs to take into account the port as well as the host; or perhaps it just needs to treat localhost specially. I setup...

Does MULTI actually do a transaction, or does only do pipelining? It appears to only save up and then submit a set of commands at once. In a multi-statement transaction,...

If I run a summitdb cluster on AWS EC2, I would want the raft traffic secured. Is that on by default, or where would that be added? Thanks!