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
hiredis
Commits
afdef3e6
Commit
afdef3e6
authored
Nov 04, 2016
by
Jan-Erik Rediger
Committed by
GitHub
Nov 04, 2016
Browse files
Merge pull request #479 from DonaldWhyte/patch-1
Remove trailing comma in redisConnectionType enum
parents
5f98e1d3
41b07dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.h
View file @
afdef3e6
...
...
@@ -133,7 +133,7 @@ void redisFreeSdsCommand(sds cmd);
enum
redisConnectionType
{
REDIS_CONN_TCP
,
REDIS_CONN_UNIX
,
REDIS_CONN_UNIX
};
/* Context for a connection to Redis */
...
...
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