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
09d57660
Commit
09d57660
authored
May 02, 2014
by
Ruan Pearce-Authers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace MONO define with standard __MonoCS__
parent
9320322f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ConnectionMultiplexer.cs
...change.Redis/StackExchange/Redis/ConnectionMultiplexer.cs
+1
-1
SocketManager.NoPoll.cs
...xchange.Redis/StackExchange/Redis/SocketManager.NoPoll.cs
+1
-1
SocketManager.Poll.cs
...kExchange.Redis/StackExchange/Redis/SocketManager.Poll.cs
+1
-1
No files found.
StackExchange.Redis/StackExchange/Redis/ConnectionMultiplexer.cs
View file @
09d57660
...
...
@@ -169,7 +169,7 @@ internal void OnErrorMessage(EndPoint endpoint, string message)
static
void
Write
<
T
>(
ZipArchive
zip
,
string
name
,
Task
task
,
Action
<
T
,
StreamWriter
>
callback
)
{
var
entry
=
zip
.
CreateEntry
(
name
,
#if
MONO
#if
__MonoCS__
CompressionLevel
.
Fastest
#else
CompressionLevel
.
Optimal
...
...
StackExchange.Redis/StackExchange/Redis/SocketManager.NoPoll.cs
View file @
09d57660
#
if
MONO
#
if
__MonoCS__
namespace
StackExchange.Redis
{
...
...
StackExchange.Redis/StackExchange/Redis/SocketManager.Poll.cs
View file @
09d57660
...
...
@@ -5,7 +5,7 @@
using
System.Runtime.InteropServices
;
using
System.Threading
;
#if !
MONO
#if !
__MonoCS__
namespace
StackExchange.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