Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
026a07e9
Commit
026a07e9
authored
Aug 27, 2018
by
Ammar Hamidou
Committed by
Nick Craver
Aug 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a typo
parent
53427697
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ISubscriber.cs
src/StackExchange.Redis/Interfaces/ISubscriber.cs
+3
-3
No files found.
src/StackExchange.Redis/Interfaces/ISubscriber.cs
View file @
026a07e9
...
...
@@ -11,14 +11,14 @@ namespace StackExchange.Redis
public
interface
ISubscriber
:
IRedis
{
/// <summary>
/// In
i
dicate exactly which redis server we are talking to
/// Indicate exactly which redis server we are talking to
/// </summary>
/// <param name="channel">The channel to identify the server endpoint by.</param>
/// <param name="flags">The command flags to use.</param>
EndPoint
IdentifyEndpoint
(
RedisChannel
channel
,
CommandFlags
flags
=
CommandFlags
.
None
);
/// <summary>
/// In
i
dicate exactly which redis server we are talking to
/// Indicate exactly which redis server we are talking to
/// </summary>
/// <param name="channel">The channel to identify the server endpoint by.</param>
/// <param name="flags">The command flags to use.</param>
...
...
@@ -94,7 +94,7 @@ public interface ISubscriber : IRedis
Task
<
ChannelMessageQueue
>
SubscribeAsync
(
RedisChannel
channel
,
CommandFlags
flags
=
CommandFlags
.
None
);
/// <summary>
/// In
i
dicate to which redis server we are actively subscribed for a given channel; returns null if
/// Indicate to which redis server we are actively subscribed for a given channel; returns null if
/// the channel is not actively subscribed
/// </summary>
/// <param name="channel">The channel to check which server endpoint was subscribed on.</param>
...
...
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