Added & using prepared statements for stores
This commit is contained in:
@@ -7,7 +7,7 @@ namespace HermesSocketServer.Store
|
||||
Task Load();
|
||||
bool Modify(K? key, Action<V> action);
|
||||
void Remove(K? key);
|
||||
Task<bool> Save();
|
||||
Task Save();
|
||||
bool Set(K? key, V? value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user