Commit 8c76e0f2 authored by chenyang8094's avatar chenyang8094 Committed by Oran Agra
Browse files

Register abs-expire apis (#11025)

RM_SetAbsExpire and RM_GetAbsExpire were not actually operational since
they were introduced, due to omission in API registration.

(cherry picked from commit 39d216a3)
parent b4de9e83
...@@ -9330,6 +9330,8 @@ void moduleRegisterCoreAPI(void) { ...@@ -9330,6 +9330,8 @@ void moduleRegisterCoreAPI(void) {
REGISTER_API(StringTruncate); REGISTER_API(StringTruncate);
REGISTER_API(SetExpire); REGISTER_API(SetExpire);
REGISTER_API(GetExpire); REGISTER_API(GetExpire);
REGISTER_API(SetAbsExpire);
REGISTER_API(GetAbsExpire);
REGISTER_API(ResetDataset); REGISTER_API(ResetDataset);
REGISTER_API(DbSize); REGISTER_API(DbSize);
REGISTER_API(RandomKey); REGISTER_API(RandomKey);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment