Commit c0394286 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 61a59b53
...@@ -12484,6 +12484,8 @@ void moduleRegisterCoreAPI(void) { ...@@ -12484,6 +12484,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