mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-15 16:14:12 +00:00
Add optional database selection parameter in yml file.
This commit is contained in:
parent
8bdb1f237f
commit
04b667485e
4 changed files with 20 additions and 7 deletions
|
@ -60,7 +60,7 @@ namespace redis {
|
|||
|
||||
class Command {
|
||||
public:
|
||||
Command ( std::string&& parAddress, uint16_t parPort, bool parConnect );
|
||||
Command ( std::string&& parAddress, uint16_t parPort );
|
||||
~Command ( void ) noexcept;
|
||||
|
||||
void connect ( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue