Home
last modified time | relevance | path

Searched refs:type_other (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c6265 typeinfo type_other = { "other", NULL, "?" }; variable
6326 type = typeinfo_add(types_dict, reply->str, &type_other); in getKeyTypes()