redis 4.6.12 → 4.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,6 +11,19 @@
11
11
 
12
12
  node-redis is a modern, high performance [Redis](https://redis.io) client for Node.js.
13
13
 
14
+ ## How do I Redis?
15
+
16
+ [Learn for free at Redis University](https://university.redis.com/)
17
+
18
+ [Build faster with the Redis Launchpad](https://launchpad.redis.com/)
19
+
20
+ [Try the Redis Cloud](https://redis.com/try-free/)
21
+
22
+ [Dive in developer tutorials](https://developer.redis.com/)
23
+
24
+ [Join the Redis community](https://redis.com/community/)
25
+
26
+ [Work at Redis](https://redis.com/company/careers/jobs/)
14
27
 
15
28
  ## Packages
16
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "redis",
3
3
  "description": "A modern, high performance Redis client",
4
- "version": "4.6.12",
4
+ "version": "4.6.13",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@redis/bloom": "1.2.0",
27
- "@redis/client": "1.5.13",
27
+ "@redis/client": "1.5.14",
28
28
  "@redis/graph": "1.1.1",
29
29
  "@redis/json": "1.0.6",
30
30
  "@redis/search": "1.1.6",