mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
Fix typo in server.c
This commit is contained in:
parent
df45fed050
commit
8599b1abd7
1 changed files with 1 additions and 1 deletions
|
|
@ -1264,7 +1264,7 @@ dictType objectKeyHeapPointerValueDictType = {
|
|||
dictVanillaFree /* val destructor */
|
||||
};
|
||||
|
||||
/* Set dictionary type. Keys are SDS strings, values are ot used. */
|
||||
/* Set dictionary type. Keys are SDS strings, values are not used. */
|
||||
dictType setDictType = {
|
||||
dictSdsHash, /* hash function */
|
||||
NULL, /* key dup */
|
||||
|
|
|
|||
Loading…
Reference in a new issue