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
a7a2f69b
Commit
a7a2f69b
authored
Aug 14, 2014
by
T.J. Schuck
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo radis -> redis
Closes #1938
parent
1adc4a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
a7a2f69b
...
@@ -387,7 +387,7 @@ void exitFromChild(int retcode) {
...
@@ -387,7 +387,7 @@ void exitFromChild(int retcode) {
/*====================== Hash table type implementation ==================== */
/*====================== Hash table type implementation ==================== */
/* This is a hash table type that uses the SDS dynamic strings library as
/* This is a hash table type that uses the SDS dynamic strings library as
* keys and r
a
dis objects as values (objects can hold SDS strings,
* keys and r
e
dis objects as values (objects can hold SDS strings,
* lists, sets). */
* lists, sets). */
void
dictVanillaFree
(
void
*
privdata
,
void
*
val
)
void
dictVanillaFree
(
void
*
privdata
,
void
*
val
)
...
...
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