mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Modules TSC: Export symbols of the new API.
This commit is contained in:
@ -3760,4 +3760,8 @@ void moduleRegisterCoreAPI(void) {
|
||||
REGISTER_API(GetBlockedClientPrivateData);
|
||||
REGISTER_API(AbortBlock);
|
||||
REGISTER_API(Milliseconds);
|
||||
REGISTER_API(GetThreadSafeContext);
|
||||
REGISTER_API(FreeThreadSafeContext);
|
||||
REGISTER_API(ThreadSafeContextLock);
|
||||
REGISTER_API(ThreadSafeContextUnlock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user