Register abs-expire apis (#11025)

RM_SetAbsExpire and RM_GetAbsExpire were not actually operational since
they were introduced, due to omission in API registration.
This commit is contained in:
chenyang8094 2022-07-24 13:50:21 +08:00 committed by GitHub
parent 5879e490b8
commit 39d216a326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12483,6 +12483,8 @@ void moduleRegisterCoreAPI(void) {
REGISTER_API(StringTruncate);
REGISTER_API(SetExpire);
REGISTER_API(GetExpire);
REGISTER_API(SetAbsExpire);
REGISTER_API(GetAbsExpire);
REGISTER_API(ResetDataset);
REGISTER_API(DbSize);
REGISTER_API(RandomKey);