redix
redcon.rs
redix | redcon.rs | |
---|---|---|
3 | 1 | |
1,212 | 83 | |
- | - | |
0.0 | 10.0 | |
over 1 year ago | almost 2 years ago | |
Go | Rust | |
Apache License 2.0 | MIT License |
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.
redix
- Redcon - Redis compatible server framework for Rust
- A redis server that uses Postgres as its storage engine (redix v5)
-
A dead simple Key-value Storage API
I don’t get the idea of your module layout: nested vs unnested packages, lowercase vs uppercase vs capitalized directory names. Check out https://github.com/alash3al/redix to get an idea about clean module design.
redcon.rs
What are some alternatives?
IceFireDB - @IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.
redcon - Redis compatible server framework for Go
exts - Elixir Terms Storage, ets wrapper.
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
Jet - A key-value db api with multiple storage engines and key generation
flashdb - FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
RedisUniqueQueue - A unique FIFO queue with atomic operations built on top of Redis
rosedb - Lightweight, fast and reliable key/value storage engine based on Bitcask.
tsk - Lightweight terminal task app written in Go (Golang)
deseresp - DeserRESP is an serializer and deserializer for Redis' RESP3 format using serde