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
050736a5
Commit
050736a5
authored
Mar 18, 2014
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified license and nuspec for general release
parent
664de5d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
7 deletions
+24
-7
LICENSE
LICENSE
+14
-1
StackExchange.Redis.nuspec
StackExchange.Redis.nuspec
+8
-6
StackExchange.Redis.sln
StackExchange.Redis.sln
+2
-0
No files found.
LICENSE
View file @
050736a5
...
...
@@ -18,4 +18,17 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\ No newline at end of file
SOFTWARE.
===============================================
Third Party Licenses:
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.
\ No newline at end of file
StackExchange.Redis.nuspec
View file @
050736a5
...
...
@@ -3,14 +3,16 @@
<metadata>
<id>
StackExchange.Redis
</id>
<version>
1.0.0.0
</version>
<authors>
S
E inc
</authors>
<owners>
S
E inc
</owners>
<authors>
S
tack Exchange inc., marc.gravell
</authors>
<owners>
S
tack Exchange inc., marc.gravell
</owners>
<summary>
Redis client library
</summary>
<description>
Redis client library
</description>
<tags>
Events
</tags>
<description>
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
</description>
<tags>
Async Redis NoSQL Client Distributed Cache PubSub Messaging
</tags>
<language>
en-US
</language>
<dependencies>
</dependencies>
<dependencies></dependencies>
<projectUrl>
https://github.com/StackExchange/StackExchange.Redis
</projectUrl>
<licenceUrl>
https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE
</licenceUrl>
<copyright>
Stack Exchange inc. 2014
</copyright>
</metadata>
<files>
<file
src=
"StackExchange.Redis\bin\Release\StackExchange.Redis.*"
target=
"lib"
/>
...
...
StackExchange.Redis.sln
View file @
050736a5
...
...
@@ -33,6 +33,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Redis Configs", "Redis Conf
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{709E0CE4-F0BA-4933-A4FD-4A8B6668A5D4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
StackExchange.Redis.nuspec = StackExchange.Redis.nuspec
EndProjectSection
EndProject
...
...
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