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
c6d8aec2
Commit
c6d8aec2
authored
Feb 24, 2017
by
Nick Craver
Committed by
GitHub
Feb 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Configuration.md
parent
64f430a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Configuration.md
Docs/Configuration.md
+1
-1
No files found.
Docs/Configuration.md
View file @
c6d8aec2
...
@@ -79,7 +79,7 @@ The `ConfigurationOptions` object has a wide range of properties, all of which a
...
@@ -79,7 +79,7 @@ The `ConfigurationOptions` object has a wide range of properties, all of which a
| serviceName={string} |
`ServiceName`
|
`null`
| Not currently implemented (intended for use with sentinel) |
| serviceName={string} |
`ServiceName`
|
`null`
| Not currently implemented (intended for use with sentinel) |
| ssl={bool} |
`Ssl`
|
`false`
| Specifies that SSL encryption should be used |
| ssl={bool} |
`Ssl`
|
`false`
| Specifies that SSL encryption should be used |
| sslHost={string} |
`SslHost`
|
`null`
| Enforces a particular SSL host identity on the server's certificate |
| sslHost={string} |
`SslHost`
|
`null`
| Enforces a particular SSL host identity on the server's certificate |
| syncTimeout={int} |
`SyncTimeout`
|
`
000`
| Time (ms) to allow for synchronous operations |
| syncTimeout={int} |
`SyncTimeout`
|
`
1000`
| Time (ms) to allow for synchronous operations |
| tiebreaker={string} |
`TieBreaker`
|
`__Booksleeve_TieBreak`
| Key to use for selecting a server in an ambiguous master scenario |
| tiebreaker={string} |
`TieBreaker`
|
`__Booksleeve_TieBreak`
| Key to use for selecting a server in an ambiguous master scenario |
| version={string} |
`DefaultVersion`
| (
`3.0`
in Azure, else
`2.0`
) | Redis version level (useful when the server does not make this available) |
| version={string} |
`DefaultVersion`
| (
`3.0`
in Azure, else
`2.0`
) | Redis version level (useful when the server does not make this available) |
| writeBuffer={int} |
`WriteBuffer`
|
`4096`
| Size of the output buffer |
| writeBuffer={int} |
`WriteBuffer`
|
`4096`
| Size of the output buffer |
...
...
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