loon
High-performance header-only C++ library for low-latency applications
Loading...
Searching...
No Matches
redis_list.hpp File Reference

Redis-compatible list data structure implementation. More...

#include <algorithm>
#include <deque>
#include <optional>
#include <vector>

Go to the source code of this file.

Classes

class  loon::RedisList< T >
 A Redis-compatible list supporting operations from both ends. More...
 

Detailed Description

Redis-compatible list data structure implementation.

Definition in file redis_list.hpp.