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
c51baf64
Commit
c51baf64
authored
Oct 29, 2013
by
Michael Parker
Committed by
antirez
Oct 06, 2014
Browse files
Fix hash table size in comment for dictScan
Closes #1351
parent
7e055d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dict.c
View file @
c51baf64
...
@@ -718,7 +718,7 @@ static unsigned long rev(unsigned long v) {
...
@@ -718,7 +718,7 @@ static unsigned long rev(unsigned long v) {
*
*
* The function guarantees that all the elements that are present in the
* The function guarantees that all the elements that are present in the
* dictionary from the start to the end of the iteration are returned.
* dictionary from the start to the end of the iteration are returned.
* However it is possible that some element is returned multiple time.
* However it is possible that some element is returned multiple time
s
.
*
*
* For every element returned, the callback 'fn' passed as argument is
* For every element returned, the callback 'fn' passed as argument is
* called, with 'privdata' as first argument and the dictionar entry
* called, with 'privdata' as first argument and the dictionar entry
...
...
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