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
38c7e778
Commit
38c7e778
authored
Apr 17, 2014
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify redis-doc license is now GREEN; redis-labs - my PFX no longer requires a password
parent
028ab585
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
LICENSE
LICENSE
+6
-4
SSL.cs
StackExchange.Redis.Tests/SSL.cs
+1
-1
No files found.
LICENSE
View file @
38c7e778
...
...
@@ -28,10 +28,12 @@ The Redis project (http://redis.io/) is independent of this client library, and
is licensed separately under the three clause BSD license. The full license
information can be viewed here: http://redis.io/topics/license
This tool makes use of the "redis doc" library from http://redis.io/documentation
in the intellisense comments; the license for this library is under discussion
at time of writing; if this concludes such that this usage is inappropriate,
the intellisense comments will be rewriteen.
This tool makes use of the "redis-doc" library from http://redis.io/documentation
in the intellisense commentsm which is licensed under the
Creative Commons Attribution-ShareAlike 4.0 International license; full
details are available here:
https://github.com/antirez/redis-doc/blob/master/COPYRIGHT
and are freely both shared and adapted.
The development solution uses the Redis-64 package from nuget
(https://www.nuget.org/packages/Redis-64) by Microsoft Open Technologies, inc.
...
...
StackExchange.Redis.Tests/SSL.cs
View file @
38c7e778
...
...
@@ -148,7 +148,7 @@ public void RedisLabsSSL()
#endif
options
.
UseSsl
=
true
;
options
.
CertificateSelection
+=
delegate
{
return
new
X509Certificate2
(
pfxPath
,
"
pass
"
);
return
new
X509Certificate2
(
pfxPath
,
""
);
};
RedisKey
key
=
Me
();
using
(
var
conn
=
ConnectionMultiplexer
.
Connect
(
options
))
...
...
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