Toolbox snapshot
The Reactive C++ Toolbox
|
Classes | |
class | BasicParser |
BasicParser is a class template for RESP (REdis Serialization Protocol) parsers. More... | |
struct | Exception |
Enumerations | |
enum class | Type : char { None = '\0' , CommandLine = '\1' , SimpleString = '+' , Error = '-' , Integer = ':' , BulkString = '$' , Array = '*' } |
Type is an enumeration of the RESP data-types currently supported. More... | |
|
strong |
Type is an enumeration of the RESP data-types currently supported.
Definition at line 34 of file Parser.hpp.