mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 03:17:51 +00:00
Update src/dict.c
This commit is contained in:
parent
65fd32ab0a
commit
8d16e7a3c6
@ -280,7 +280,7 @@ int dictAdd(dict *d, void *key, void *val)
|
||||
* a value returns the dictEntry structure to the user, that will make
|
||||
* sure to fill the value field as he wishes.
|
||||
*
|
||||
* This function is also directly exposed to user API to be called
|
||||
* This function is also directly exposed to the user API to be called
|
||||
* mainly in order to store non-pointers inside the hash value, example:
|
||||
*
|
||||
* entry = dictAddRaw(dict,mykey);
|
||||
|
Loading…
Reference in New Issue
Block a user