X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=redismodule%2Ftst%2Fmock%2Finclude%2Fredismodule.h;h=3e9b93bf3d3290d3651f61f08724fcfc3f96ea89;hb=99f548c04df61680aa16e76f8135201cb09914be;hp=df79c7232203f1f7b7f8a9e5b52e7104c695efdd;hpb=87fd3ca9bf5cc0949dffc44ac68f0964964bee41;p=ric-plt%2Fdbaas.git diff --git a/redismodule/tst/mock/include/redismodule.h b/redismodule/tst/mock/include/redismodule.h index df79c72..3e9b93b 100755 --- a/redismodule/tst/mock/include/redismodule.h +++ b/redismodule/tst/mock/include/redismodule.h @@ -14,6 +14,11 @@ * limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + #ifndef REDISMODULE_H #define REDISMODULE_H @@ -361,6 +366,7 @@ int RedisModule_ReplyWithNull(RedisModuleCtx *ctx); int RedisModule_ReplyWithCallReply(RedisModuleCtx *ctx, RedisModuleCallReply *reply); const char *RedisModule_CallReplyStringPtr(RedisModuleCallReply *reply, size_t *len); RedisModuleString *RedisModule_CreateStringFromCallReply(RedisModuleCallReply *reply); +int RedisModule_StringToLongLong(const RedisModuleString *str, long long *ll); int RedisModule_KeyType(RedisModuleKey *kp); void RedisModule_CloseKey(RedisModuleKey *kp);