You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,15 @@ This project builds on [StackExchange.Redis](https://github.com/StackExchange/St
14
14
15
15
## How do I Redis?
16
16
17
-
[Learn for free at Redis University](https://university.redis.com/)
17
+
[Learn for free at Redis University](https://university.redis.io/academy/)
18
18
19
-
[Build faster with the Redis Launchpad](https://launchpad.redis.com/)
19
+
[Try the Redis Cloud](https://redis.io/try-free/)
20
20
21
-
[Try the Redis Cloud](https://redis.com/try-free/)
21
+
[Dive in developer tutorials](https://redis.io/learn/)
22
22
23
-
[Dive in developer tutorials](https://developer.redis.com/)
23
+
[Join the Redis community](https://redis.io/community/)
24
24
25
-
[Join the Redis community](https://redis.com/community/)
26
-
27
-
[Work at Redis](https://redis.com/company/careers/jobs/)
25
+
[Work at Redis](https://redis.io/careers/jobs/)
28
26
29
27
## API
30
28
@@ -40,8 +38,9 @@ Each module has a command class with its own commands.
40
38
41
39
The supported modules are [Search](https://redis.io/commands/?group=search), [JSON](https://redis.io/commands/?group=json), [TimeSeries](https://redis.io/commands/?group=timeseries), [Bloom Filter](https://redis.io/commands/?group=bf), [Cuckoo Filter](https://redis.io/commands/?group=cf), [T-Digest](https://redis.io/commands/?group=tdigest), [Count-min Sketch](https://redis.io/commands/?group=cms), and [Top-K](https://redis.io/commands/?group=topk).
42
40
43
-
**Note:** RedisGraph support has been deprecated starting from Redis Stack version 7.2. For more information, please refer to [this blog post](https://redis.com/blog/redisgraph-eol/).
44
-
**IMPORTANT:** NRedisStack will end the support for Graph functionalities with version 0.13.x
41
+
**Note:** RedisGraph support has been deprecated starting from Redis Stack version 7.2. For more information, please refer to [this blog post](https://redis.com/blog/redisgraph-eol/).<br>
42
+
**IMPORTANT:** NRedisStack will end the support for Graph functionalities with version 0.13.x<br>
43
+
**IMPORTANT:** Starting from version **1.0.0-beta1**, by default, the client now overrides the [server-side dialect](https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/dialects/) with version 2, automatically appending `DIALECT 2` to commands like **FT.AGGREGATE** and **FT.SEARCH**. Be aware that the query dialect may impact the results returned. If needed, you can revert to a different dialect version by configuring the client accordingly. Please see [release notes](https://github.com/redis/NRedisStack/releases/tag/v1.0.0-beta1).
The most recent version of this library supports Redis version [6.2](https://github.com/redis/redis/blob/6.2/00-RELEASENOTES), [7.2](https://github.com/redis/redis/blob/7.2/00-RELEASENOTES).
59
+
The most recent version of this library supports Redis version
0 commit comments