Overview of Redka
mainRedka is a Redis-compatible data store that reimplements core Redis functionality using a SQL backend (SQLite or PostgreSQL). It allows data to exceed RAM capacity, supports ACID transactions, and provides SQL views for analysis.
Redka can be used in two ways:
- Standalone Server: A Redis-compatible server implementing the RESP wire protocol.
- Go Module: An in-process library for embedding Redka directly into Go applications.