Skip to content

Commit a0e9946

Browse files
chayimshacharPash
andauthored
Adding redis version compatibility details to the README (#92)
* Adding supported redis/library details * Update README.md change 'redis' to 'Redis' * pr comments --------- Co-authored-by: shacharPash <[email protected]>
1 parent 6766ea4 commit a0e9946

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

.github/wordlist.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
StackExchange
2-
NRedisStack
3-
github
4-
yml
51
Codecov
6-
pre
7-
OSS
2+
HSET
83
Json
9-
json
10-
TimeSeries
4+
NRedisStack
115
NuGet
6+
OSS
7+
StackExchange
8+
TimeSeries
129
cli
10+
codecov
1311
dotnet
14-
HSET
15-
codecov
12+
github
13+
json
14+
pre
15+
redis
16+
yml

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![NRedisStack NuGet release](https://img.shields.io/nuget/v/NRedisStack.svg?label=nuget&logo=nuget)](https://www.nuget.org/packages/NRedisStack)
55

66

7-
87
# NRedisStack
98

109
.NET Client for Redis
@@ -36,6 +35,10 @@ dotnet add package NRedisStack
3635

3736
## 🏁 Getting started
3837

38+
### Supported Redis versions
39+
40+
The most recent version of this library supports Redis version [6.2](https://github.com/redis/redis/blob/6.2/00-RELEASENOTES), [7.0](https://github.com/redis/redis/blob/7.0/00-RELEASENOTES).
41+
3942
### Starting Redis
4043

4144
Before writing any code, you'll need a Redis instance with the appropriate Redis modules. The quickest way to get this is with Docker:

0 commit comments

Comments
 (0)