Command Parser for command-line interface to interact with Database engine. More...
#include "engine/lsm.hpp"#include "resp_encoder.hpp"#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ValidationResult |
| Holds the result of command validation. More... | |
| class | CommandParser |
| Parses and validates commands for a command-line interface. More... | |
Command Parser for command-line interface to interact with Database engine.
This class provides methods to parse and validate commands such as SET, GET, DEL, and help commands.