This project provides a lightweight C++ wrapper for interacting with the Redis database, specifically implementing the add_queue method. It simplifies adding elements to a Redis queue without requiring deep knowledge of the Redis C API.
- Simple and efficient wrapper for Redis.
- Focuses exclusively on the
add_queuemethod.