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
38a5db6c
Commit
38a5db6c
authored
Aug 14, 2014
by
T.J. Schuck
Committed by
Matt Stancliff
Sep 29, 2014
Browse files
Fix typo radis -> redis
Closes #1938
parent
ef5fc599
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
38a5db6c
...
...
@@ -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