Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c647 dictType commandTableDictType = { variable
1698 server.commands = dictCreate(&commandTableDictType,NULL); in initServerConfig()
1699 server.orig_commands = dictCreate(&commandTableDictType,NULL); in initServerConfig()