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:
parent
e92ee0cef0
commit
678e8c90d1
4 changed files with 2 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue