This commit is contained in:
13
rediska/common/enums.hpp
Normal file
13
rediska/common/enums.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
enum class OperationId {
|
||||
GET,
|
||||
SET,
|
||||
DELETE,
|
||||
LIST_PUSH_BACK,
|
||||
LIST_POP_BACK,
|
||||
LIST_INSERT,
|
||||
LIST_ERASE,
|
||||
OBJECT_GET_FIELD,
|
||||
OBJECT_SET_FIELD,
|
||||
};
|
||||
Reference in New Issue
Block a user