"STRUCTSIZE -- Return the size of different Redis core C structures.",
"STRUCTSIZE -- Return the size of different Redis core C structures.",
"ZIPLIST <key> -- Show low level info about the ziplist encoding.",
"ZIPLIST <key> -- Show low level info about the ziplist encoding.",
"STRINGMATCH-TEST -- Run a fuzz tester against the stringmatchlen() function.",
"STRINGMATCH-TEST -- Run a fuzz tester against the stringmatchlen() function.",
"LOCK <milliseconds> <type> <key1> ... <keyN> -- Lock the specified keys for the specified amount of milliseconds. Lock type should be read or write.",
#ifdef USE_JEMALLOC
#ifdef USE_JEMALLOC
"MALLCTL <key> [<val>] -- Get or set a malloc tunning integer.",
"MALLCTL <key> [<val>] -- Get or set a malloc tunning integer.",
"MALLCTL-STR <key> [<val>] -- Get or set a malloc tunning string.",
"MALLCTL-STR <key> [<val>] -- Get or set a malloc tunning string.",
...
@@ -791,11 +800,33 @@ NULL
...
@@ -791,11 +800,33 @@ NULL
{
{
stringmatchlen_fuzz_test();
stringmatchlen_fuzz_test();
addReplyStatus(c,"Apparently Redis did not crash: test passed");
addReplyStatus(c,"Apparently Redis did not crash: test passed");