mirror of https://mirror.osredm.com/root/redis.git
RM_ReplyWithCString was missing registration
This commit is contained in:
parent
0e9b5adbd3
commit
0a97149dec
|
@ -5389,6 +5389,7 @@ void moduleRegisterCoreAPI(void) {
|
||||||
REGISTER_API(ReplySetArrayLength);
|
REGISTER_API(ReplySetArrayLength);
|
||||||
REGISTER_API(ReplyWithString);
|
REGISTER_API(ReplyWithString);
|
||||||
REGISTER_API(ReplyWithStringBuffer);
|
REGISTER_API(ReplyWithStringBuffer);
|
||||||
|
REGISTER_API(ReplyWithCString);
|
||||||
REGISTER_API(ReplyWithNull);
|
REGISTER_API(ReplyWithNull);
|
||||||
REGISTER_API(ReplyWithCallReply);
|
REGISTER_API(ReplyWithCallReply);
|
||||||
REGISTER_API(ReplyWithDouble);
|
REGISTER_API(ReplyWithDouble);
|
||||||
|
|
Loading…
Reference in New Issue