todis
SSDB
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Mergify - Updating dependencies is time-consuming.
- SonarCloud - Analyze your C and C++ projects with just one click.
todis | SSDB | |
---|---|---|
1 | 13 | |
445 | 8,101 | |
0.4% | - | |
0.0 | 0.0 | |
13 days ago | about 1 year ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" 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.
todis
We haven't tracked posts mentioning todis yet.
Tracking mentions began in Dec 2020.
SSDB
- The first version of Redis, written in Tcl
-
Building a distributed task queue in Python
> Or wanting to shift the architecture entirely to avoid using memory-bound Redis as a queue with an overflow risk.
I wanted to use SSDB[1] instead of Redis for that reason, but it doesn't support the necessary data structures.
- I deleted 78% of my Redis container and it still works
- SSDB
-
Tell HN: Memcached and Redis Considered Harmful
It's 2021 and we have extremely fast key-value lookups using LevelDB/RocksDB, but we're still using RAM-based caching tools [1] [2] [3]. It's time to consider RAM-based caching harmful, and start caching with SSDs for larger datasets and lower costs. For ex: SSDB [4]
[1] https://redis.io/
[2] https://memcached.org/
[3] https://news.ycombinator.com/item?id=29532552
[4] https://github.com/ideawu/ssdb#ssdb-vs-redis
- SSDB - A hard drive based drop-in Redis replacement/clone
- KeyDB CEO Interview: Getting into YC with a Fork of Redis
What are some alternatives?
KeyDB - A Multithreaded Fork of Redis
Tendis - Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
mini-redis - Incomplete Redis client and server implementation using Tokio - for learning purposes only
kvrocks - Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
Memcached - memcached development tree
dynomite - A generic dynamo implementation for different k-v storage engines
raids - Cache distribution services: http, websock, redis, memcached
memKeyDB - MemKeyDB is a fork of Redis, adjusted to store objects on both Intel Optane Persistent Memory and DRAM.
Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
edis - An Erlang implementation of Redis
minideb - A small image based on Debian designed for use in containers
codis - Proxy based Redis cluster solution supporting pipeline and scaling dynamically