This commit is contained in:
3
rediska/data-structures/enums.hpp
Normal file
3
rediska/data-structures/enums.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
enum class DSReturnCode { OK, INCOMPATIBLE_OPERATION, EMPTY, OUT_OF_RANGE, NOT_FOUND };
|
||||
Reference in New Issue
Block a user