# Key-value store

> AI-ranked search results for `key value store interfaces` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 116 total matches; showing the top 3.

Explore on the web: https://awesome-repositories.com/q/key-value-store-interfaces

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/key-value-store-interfaces).**

## Results

- [joeferner/redis-commander](https://awesome-repositories.com/repository/joeferner-redis-commander.md) (3,961 ⭐) — Redis Commander is a web-based management interface and graphical user interface for Redis databases. It serves as an administration tool for monitoring server configurations and managing data across multiple instances.

The tool provides a visual key browser that organizes data into a hierarchical tree view and includes a key-value inspector with pagination for large datasets. It also features a browser-based command line interface with tab completion for executing raw database commands.

Connectivity is supported for various deployment modes, including standalone servers, sentinel setups, an
- [pubkey/rxdb](https://awesome-repositories.com/repository/pubkey-rxdb.md) (23,048 ⭐) — This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored.

The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d
- [neweggai/redis-manager](https://awesome-repositories.com/repository/neweggai-redis-manager.md) (2,934 ⭐) — Redis-manager is a Java-based administrative platform and web interface designed for managing, provisioning, and monitoring Redis databases and clusters. It provides a centralized dashboard equipped for container-based and direct machine deployment, cluster topology orchestration, and interactive data inspection.

The platform includes a slot-aware cluster orchestrator capable of handling node evictions, replication bindings, manual failovers, and hash slot migrations. It also features a real-time metric scraper that tracks memory consumption, client connections, and slow logs, coupled with a
