Skip to content

Commit d1ee808

Browse files
authored
initial readme, drafter update (#9)
1 parent eb26a9e commit d1ee808

File tree

5 files changed

+63
-63
lines changed

5 files changed

+63
-63
lines changed

.github/release-drafter-config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: 'Version $NEXT_PATCH_VERSION'
2-
tag-template: 'v$NEXT_PATCH_VERSION'
1+
name-template: '$NEXT_MAJOR_VERSION'
2+
tag-template: 'v$NEXT_MAJOR_VERSION'
33
autolabeler:
44
- label: 'maintenance'
55
files:
@@ -15,9 +15,13 @@ autolabeler:
1515
branch:
1616
- '/feature-.+'
1717
categories:
18-
- title: '🔥 Breaking Changes'
18+
- title: 'Breaking Changes'
1919
labels:
2020
- 'breakingchange'
21+
22+
- title: '🧪 Experimental Features'
23+
labels:
24+
- 'experimental'
2125
- title: '🚀 New Features'
2226
labels:
2327
- 'feature'
@@ -27,6 +31,7 @@ categories:
2731
- 'fix'
2832
- 'bugfix'
2933
- 'bug'
34+
- 'BUG'
3035
- title: '🧰 Maintenance'
3136
label: 'maintenance'
3237
change-template: '- $TITLE (#$NUMBER)'

.github/wordlist.txt

Lines changed: 5 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,5 @@
1-
APIs
2-
Bader's
3-
CLI
4-
Config
5-
Deserializing
6-
FastAPI
7-
HashModel
8-
Homebrew
9-
JSON
10-
JsonModel
11-
MacOS
12-
OM's
13-
ORM
14-
Pipenv
15-
PrimaryKeyCreator
16-
Pydantic
17-
Pydantic
18-
Pydantic's
19-
README
20-
README.md
21-
RediSearch
22-
RediSearch
23-
RedisJSON
24-
SQLAlchemy
25-
SSL
26-
TOC
27-
ULIDs
28-
UlidPrimaryKey
29-
WSL
30-
aioredis
31-
async
32-
asyncio
33-
cls
34-
coroutines
35-
doctoc
36-
fastapi
37-
indexable
38-
io
39-
js
40-
localhost
41-
md
42-
migrator
43-
py
44-
pyenv
45-
redis
46-
redisearch
47-
redisjson
48-
rediss
49-
runtime
50-
sortable
51-
subclasses
52-
subclassing
53-
subscripted
54-
unix
55-
utf
56-
validator
57-
validators
58-
virtualenv
1+
StackExchange
2+
NRedisStack
3+
github
4+
yml
5+
Codecov

.github/workflows/integration.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Name: Integration Tests
2+
13
on:
24
push:
35
paths-ignore:
@@ -15,7 +17,7 @@ env:
1517
jobs:
1618

1719
build_and_test:
18-
name: Build and Test
20+
name: Build and test [dotnet ${{matrix.dotnet-version}}]
1921
runs-on: ubuntu-latest
2022
strategy:
2123
matrix:
@@ -31,4 +33,4 @@ jobs:
3133
- name: compile
3234
run: dotnet build
3335
- name: run tests
34-
run: dotnet test
36+
run: dotnet test

LICENSE

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2020, RedisTimeSeries
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
3. Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[![license](https://img.shields.io/github/license/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries)
2+
[![.github/workflows/integration.yml](https://github.com/redis/NRedisStack/actions/workflows/integration.yml/badge.svg)](https://github.com/redis/NRedisStack/actions/workflows/integration.yml)
3+
[![GitHub issues](https://img.shields.io/github/release/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries/releases/latest)
4+
[![Codecov](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries)
5+
[![Known Vulnerabilities](https://snyk.io/test/github/redis/NRedisStack/badge.svg?targetFile=NRedisStack/NRedisStack.csproj)](https://snyk.io/test/github/RedisTimeSeries/NRedisTimeSeries?targetFile=NRedisTimeSeries/NRedisTimeSeries.csproj)
6+
7+
# NRedisStack
8+
9+
.NET Client for Redis
10+
11+
## Note
12+
13+
This project builds on [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis), and seeks to bring native support for Redis Modules to the C# ecosystem.
14+
15+
## API
16+
17+
The complete documentation for Redis module commands can be found at the [Redis commands website](https://redis.io/commands/).

0 commit comments

Comments
 (0)