1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-05 14:34:13 +00:00

Revert "Load save and delete scripts upon connection to Redis."

This reverts commit 1aacca9e21.
This commit is contained in:
King_DuckZ 2016-07-08 21:35:31 +01:00
parent e92ee0cef0
commit 678e8c90d1
4 changed files with 2 additions and 40 deletions

View file

@ -18,15 +18,9 @@
#include "script.hpp"
namespace redis {
Script::Script() :
m_sha1(),
m_manager(nullptr)
{
}
Script::Script (boost::string_ref parSha1, ScriptManager& parManager) :
m_sha1(parSha1),
m_manager(&parManager)
m_manager(parManager)
{
}
} //namespace redis