Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8d16e7a3
Commit
8d16e7a3
authored
Apr 07, 2012
by
Erik Dubbelboer
Browse files
Update src/dict.c
parent
65fd32ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dict.c
View file @
8d16e7a3
...
@@ -280,7 +280,7 @@ int dictAdd(dict *d, void *key, void *val)
...
@@ -280,7 +280,7 @@ int dictAdd(dict *d, void *key, void *val)
* a value returns the dictEntry structure to the user, that will make
* a value returns the dictEntry structure to the user, that will make
* sure to fill the value field as he wishes.
* 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:
* mainly in order to store non-pointers inside the hash value, example:
*
*
* entry = dictAddRaw(dict,mykey);
* entry = dictAddRaw(dict,mykey);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment