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
71d12d4f
Commit
71d12d4f
authored
Mar 12, 2018
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup: enums
parent
fe58f595
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
CommandFlags.cs
...kExchange.Redis/StackExchange/Redis/Enums/CommandFlags.cs
+0
-1
RedisCommand.cs
...kExchange.Redis/StackExchange/Redis/Enums/RedisCommand.cs
+1
-1
RedisType.cs
StackExchange.Redis/StackExchange/Redis/Enums/RedisType.cs
+0
-1
ShutdownMode.cs
...kExchange.Redis/StackExchange/Redis/Enums/ShutdownMode.cs
+0
-1
No files found.
StackExchange.Redis/StackExchange/Redis/Enums/CommandFlags.cs
View file @
71d12d4f
...
@@ -22,7 +22,6 @@ public enum CommandFlags
...
@@ -22,7 +22,6 @@ public enum CommandFlags
/// </summary>
/// </summary>
FireAndForget
=
2
,
FireAndForget
=
2
,
/// <summary>
/// <summary>
/// This operation should be performed on the master if it is available, but read operations may
/// This operation should be performed on the master if it is available, but read operations may
/// be performed on a slave if no master is available. This is the default option.
/// be performed on a slave if no master is available. This is the default option.
...
...
StackExchange.Redis/StackExchange/Redis/Enums/RedisCommand.cs
View file @
71d12d4f
namespace
StackExchange.Redis
namespace
StackExchange.Redis
{
{
enum
RedisCommand
internal
enum
RedisCommand
{
{
APPEND
,
APPEND
,
ASKING
,
ASKING
,
...
...
StackExchange.Redis/StackExchange/Redis/Enums/RedisType.cs
View file @
71d12d4f
...
@@ -42,5 +42,4 @@ public enum RedisType
...
@@ -42,5 +42,4 @@ public enum RedisType
/// </summary>
/// </summary>
Unknown
,
Unknown
,
}
}
}
}
StackExchange.Redis/StackExchange/Redis/Enums/ShutdownMode.cs
View file @
71d12d4f
...
@@ -18,5 +18,4 @@ public enum ShutdownMode
...
@@ -18,5 +18,4 @@ public enum ShutdownMode
/// </summary>
/// </summary>
Always
Always
}
}
}
}
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