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: docs/index.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ bash get_deps.sh
48
48
49
49
```
50
50
51
-
Once the dependencies are downloaded, build the module itself. Note that
51
+
After the dependencies are downloaded, build the module itself. Note that
52
52
CMake 3.0 or higher is required.
53
53
54
54
```sh
@@ -60,15 +60,16 @@ cd ..
60
60
```
61
61
62
62
## Start
63
-
You will need a redis-server version 4.0.9 or greater. This should be
64
-
available in most recent distributions:
63
+
64
+
You must have a redis-server version 4.0.9 or greater, available in most recent distributions:
65
65
66
66
```sh
67
67
redis-server --version
68
68
Redis server v=4.0.9 sha=00000000:0 malloc=libc bits=64 build=c49f4faf7c3c647a
69
69
```
70
70
71
-
To start redis with the RedisAI module loaded, you need to make sure the dependencies can be found by redis. One example on how to do this on Linux is:
71
+
To start redis with the RedisAI module loaded, you need to make sure the dependencies can be found by redis.
0 commit comments