redcon
rosedb
redcon | rosedb | |
---|---|---|
4 | 3 | |
2,196 | 4,675 | |
0.4% | 0.9% | |
0.0 | 5.4 | |
8 months ago | 12 days ago | |
Go | Go | |
MIT License | Apache License 2.0 |
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
-
Should I write my own Redis?
Hello,
there is an excellent library for golang which allows you to implement the redis server protocol: https://github.com/tidwall/redcon
I would like to put in the effort to implement most redis commands there and map them to SQL so that all data can be saved inside a fine tuned sqlite.
Essentially if this is implemented we would have a database compatible to redis, the difference is that data is saved to disk and not to RAM.
Is there a use case for that? Do people want that? There is some interesting things that could be done with that but I am not sure if the world needs this.
-
Redcon - Redis compatible server framework for Rust
I ported it from Go and use it for my Tile38 project.
- Redis-compatible key-value store in Go
rosedb
What are some alternatives?
rsync - gokrazy rsync
nutsdb - A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
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
Databunker - Secure Vault for Customer PII/PHI/PCI/KYC Records
redix - a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more
column - High-performance, columnar, in-memory store with bitmap indexing in Go
flashdb - FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)
bolt
redcon.rs - Redis compatible server framework for Rust
Tile38 - Real-time Geospatial and Geofencing
deseresp - DeserRESP is an serializer and deserializer for Redis' RESP3 format using serde
TinyGo - Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.