redcon.rs
Redis compatible server framework for Rust (by tidwall)
flashdb
FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read) (by arriqaaq)
redcon.rs | flashdb | |
---|---|---|
1 | 5 | |
89 | 369 | |
- | 0.0% | |
10.0 | 3.3 | |
over 2 years ago | over 1 year ago | |
Rust | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
redcon.rs
Posts with mentions or reviews of redcon.rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-14.
flashdb
Posts with mentions or reviews of flashdb.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-14.
What are some alternatives?
When comparing redcon.rs and flashdb you can also consider the following projects:
redix - a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more
redcon - Redis compatible server framework for Go
chdb-go - Go bindings and cli for chDB, an in-process SQL OLAP Engine powered by ClickHouse
jupiter - Jupiter is a framework for wrapping compute or memory intense components to provide them as high throughput and ultra low latency services to applications using the Redis RESP protocol
skiplist - Fast and simple skip list in Go