1
0
Fork 0
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:
King_DuckZ 2016-06-10 09:55:37 +02:00
parent 8bdb1f237f
commit 04b667485e
4 changed files with 20 additions and 7 deletions

View file

@ -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 );