mirror of
https://github.com/redis/redis.git
synced 2026-01-11 20:18:08 -05:00
Fix typo in server.c
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user