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
f30136f2
Commit
f30136f2
authored
Aug 14, 2014
by
T.J. Schuck
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo radis -> redis
Closes #1938
parent
eb19819d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis.c
View file @
f30136f2
...
...
@@ -407,7 +407,7 @@ void exitFromChild(int retcode) {
/*====================== Hash table type implementation ==================== */
/* 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). */
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