# seppo0010/rsedis

Redis re-implemented in Rust.

Repository: https://github.com/seppo0010/rsedis
Canonical: https://ross.abutalabs.com/products/rsedis
Language: Rust
License: BSD-2-Clause
License Family: permissive
Last push: 2024-06-03T01:47:53+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4163, "days_push": 822, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1811, forks 118 (observed 2026-08-28T04:05:39.569205+00:00)

## What it is
rsedis is a re-implementation of the Redis in-memory data store written in Rust. It aims for Redis protocol compatibility and works on Windows since it avoids UNIX-specific features.

## Use cases
- run a redis-compatible server on windows
- redis replacement without unix dependencies
- learn how redis works internally
- multithreaded redis alternative for multi-core machines
- self-host an in-memory key-value store in rust

## When to choose
- you need Redis-like functionality on Windows
- you want a Rust implementation for learning or experimentation
- you want a multithreaded in-memory key-value server

## When to avoid
- you need full Redis feature coverage in production
- you require battle-tested stability and ecosystem support
- you need the latest Redis commands and modules

## Facets
- artifact type: application
- maturity: maintenance
- function: database, caching
- domain: databases, developer-tools, cross-platform
- platform: windows, rust, cli
- tags: redis, in-memory-database, redis-compatible, learning-project, multithreaded, linux, macos

## Member repositories
- seppo0010/rsedis (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:39.569205+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:21:16.648350+00:00, confidence not recorded.
  - readme: https://github.com/seppo0010/rsedis (fetched 2026-08-28T04:05:39.569205+00:00, sha 1e927a58c5b4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
