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
4a63c443
Unverified
Commit
4a63c443
authored
Aug 20, 2019
by
Lee Yunsu
Committed by
GitHub
Aug 20, 2019
Browse files
update dict.h
fix to [#4493](
https://github.com/antirez/redis/issues/4493
) at 2.8 version
parent
b2ab1e01
Changes
1
Show whitespace changes
Inline
Side-by-side
src/dict.h
View file @
4a63c443
...
...
@@ -165,8 +165,8 @@ dictEntry *dictNext(dictIterator *iter);
void
dictReleaseIterator
(
dictIterator
*
iter
);
dictEntry
*
dictGetRandomKey
(
dict
*
d
);
void
dictPrintStats
(
dict
*
d
);
u
nsigned
in
t
dictGenHashFunction
(
const
void
*
key
,
int
len
);
u
nsigned
in
t
dictGenCaseHashFunction
(
const
unsigned
char
*
buf
,
int
len
);
u
int64_
t
dictGenHashFunction
(
const
void
*
key
,
int
len
);
u
int64_
t
dictGenCaseHashFunction
(
const
unsigned
char
*
buf
,
int
len
);
void
dictEmpty
(
dict
*
d
,
void
(
callback
)(
void
*
));
void
dictEnableResize
(
void
);
void
dictDisableResize
(
void
);
...
...
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