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
e11171dc
Commit
e11171dc
authored
Mar 21, 2018
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto-props cleanup
parent
c76b249d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
77 additions
and
84 deletions
+77
-84
ConnectionMultiplexer.cs
...change.Redis/StackExchange/Redis/ConnectionMultiplexer.cs
+30
-36
RedisSubscriber.cs
StackExchange.Redis/StackExchange/Redis/RedisSubscriber.cs
+3
-3
ServerEndPoint.cs
StackExchange.Redis/StackExchange/Redis/ServerEndPoint.cs
+44
-45
No files found.
StackExchange.Redis/StackExchange/Redis/ConnectionMultiplexer.cs
View file @
e11171dc
This diff is collapsed.
Click to expand it.
StackExchange.Redis/StackExchange/Redis/RedisSubscriber.cs
View file @
e11171dc
using
System
;
using
System
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
System.Net
;
using
System.Net
;
using
System.Threading
;
using
System.Threading
;
...
@@ -74,7 +74,7 @@ internal void OnMessage(RedisChannel subscription, RedisChannel channel, RedisVa
...
@@ -74,7 +74,7 @@ internal void OnMessage(RedisChannel subscription, RedisChannel channel, RedisVa
completable
=
sub
.
ForInvoke
(
channel
,
payload
);
completable
=
sub
.
ForInvoke
(
channel
,
payload
);
}
}
}
}
if
(
completable
!=
null
)
u
nprocessableCompletionManager
.
CompleteSyncOrAsync
(
completable
);
if
(
completable
!=
null
)
U
nprocessableCompletionManager
.
CompleteSyncOrAsync
(
completable
);
}
}
internal
Task
RemoveAllSubscriptions
(
CommandFlags
flags
,
object
asyncState
)
internal
Task
RemoveAllSubscriptions
(
CommandFlags
flags
,
object
asyncState
)
...
@@ -322,4 +322,4 @@ public Task UnsubscribeAsync(RedisChannel channel, Action<RedisChannel, RedisVal
...
@@ -322,4 +322,4 @@ public Task UnsubscribeAsync(RedisChannel channel, Action<RedisChannel, RedisVal
return
multiplexer
.
RemoveSubscription
(
channel
,
handler
,
flags
,
asyncState
);
return
multiplexer
.
RemoveSubscription
(
channel
,
handler
,
flags
,
asyncState
);
}
}
}
}
}
}
\ No newline at end of file
StackExchange.Redis/StackExchange/Redis/ServerEndPoint.cs
View file @
e11171dc
This diff is collapsed.
Click to expand it.
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