MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / info_geti

Function info_geti

tests/modules/infotest.c:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87int info_geti(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
88 return info_get(ctx, argv, argc, 'i');
89}
90
91int info_getu(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) {
92 return info_get(ctx, argv, argc, 'u');

Callers

nothing calls this directly

Calls 1

info_getFunction · 0.85

Tested by

no test coverage detected