|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Redis database backend plugin implementation. More...
#include "../core/backend_base.h"#include "../core/backend_registry.h"#include <memory>#include <string>#include <atomic>#include <mutex>

Go to the source code of this file.
Classes | |
| class | database::backends::redis_backend |
| Redis implementation of database_backend interface. More... | |
Namespaces | |
| namespace | database |
| namespace | database::backends |
Redis database backend plugin implementation.
This file implements the database_backend interface for Redis, directly using hiredis without depending on the legacy redis_manager.
Issue #286: Update backends to use database_backend only Issue #328: Refactored to use backend_base template
Definition in file redis_backend.h.