Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
f9d8c744
Commit
f9d8c744
authored
Sep 20, 2017
by
old-bear
Committed by
GitHub
Sep 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35 from wanglun/master
Fix typo in redis_client.md
parents
6bf40ff1
0346bab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
redis_client.md
docs/cn/redis_client.md
+1
-1
No files found.
docs/cn/redis_client.md
View file @
f9d8c744
...
...
@@ -85,7 +85,7 @@ request.AddCommand("INCR counter1");
request
.
AddCommand
(
"DECR counter1"
);
request
.
AddCommand
(
"INCRBY counter1 10"
);
request
.
AddCommand
(
"DECRBY counter1 20"
);
redis_channel
.
CallMethod
(
NULL
,
&
cntl
,
&
get_
request
,
&
response
,
NULL
/*done*/
);
redis_channel
.
CallMethod
(
NULL
,
&
cntl
,
&
request
,
&
response
,
NULL
/*done*/
);
if
(
cntl
.
Failed
())
{
LOG
(
ERROR
)
<<
"Fail to access redis-server"
;
return
-
1
;
...
...
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