mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
RM_ReplyWithCString was missing registration
This commit is contained in:
@@ -5389,6 +5389,7 @@ void moduleRegisterCoreAPI(void) {
|
||||
REGISTER_API(ReplySetArrayLength);
|
||||
REGISTER_API(ReplyWithString);
|
||||
REGISTER_API(ReplyWithStringBuffer);
|
||||
REGISTER_API(ReplyWithCString);
|
||||
REGISTER_API(ReplyWithNull);
|
||||
REGISTER_API(ReplyWithCallReply);
|
||||
REGISTER_API(ReplyWithDouble);
|
||||
|
||||
Reference in New Issue
Block a user