|
1 | 1 | [](https://github.com/RedisAI/RedisAI/releases/latest) |
2 | 2 | [](https://circleci.com/gh/RedisAI/RedisAI/tree/master) |
3 | | -[](https://hub.docker.com/r/redislabs/redisai/tags/) |
| 3 | +[](https://hub.docker.com/r/redislabs/redisai/tags/) |
4 | 4 | [](https://codecov.io/gh/RedisAI/RedisAI) |
5 | 5 | [](https://lgtm.com/projects/g/RedisAI/RedisAI/alerts/) |
6 | 6 |
|
@@ -69,7 +69,7 @@ redis-cli |
69 | 69 |
|
70 | 70 | ## Building |
71 | 71 |
|
72 | | -You should obtain the module's source code and submodule using git like so: |
| 72 | +You should obtain the module's source code and submodule using git like so: |
73 | 73 |
|
74 | 74 | ```sh |
75 | 75 | git clone --recursive https://github.com/RedisAI/RedisAI |
@@ -116,14 +116,21 @@ redis-server --loadmodule install-cpu/redisai.so |
116 | 116 |
|
117 | 117 | Some languages have client libraries that provide support for RedisAI's commands: |
118 | 118 |
|
119 | | -| Project | Language | License | Author | URL | |
120 | | -| ------- | -------- | ------- | ------ | --- | |
121 | | -| JRedisAI | Java | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/JRedisAI) | |
122 | | -| redisai-py | Python | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/redisai-py) | |
123 | | -| redisai-go | Go | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/redisai-go) | |
124 | | -| redisai-js | Typescript/Javascript | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/redisai-js) | |
125 | | -| redis-modules-sdk | TypeScript | BSD-3-Clause | [Dani Tseitlin](https://github.com/danitseitlin) | [Github](https://github.com/danitseitlin/redis-modules-sdk) | |
126 | | -| redis-modules-java | Java | Apache-2.0 | [dengliming](https://github.com/dengliming) | [Github](https://github.com/dengliming/redis-modules-java) | |
| 119 | +| Project | Language | License | Author | URL | |
| 120 | +| ------- | -------- | ------- | ------ | --- | |
| 121 | +| JRedisAI | Java | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/JRedisAI) | |
| 122 | +| redisai-py | Python | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/redisai-py) | |
| 123 | +| redisai-go | Go | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/redisai-go) | |
| 124 | +| redisai-js | Typescript/Javascript | BSD-3 | [RedisLabs](https://redislabs.com/) | [Github](https://github.com/RedisAI/redisai-js) | |
| 125 | +| redis-modules-sdk | TypeScript | BSD-3-Clause | [Dani Tseitlin](https://github.com/danitseitlin) | [Github](https://github.com/danitseitlin/redis-modules-sdk) | |
| 126 | +| redis-modules-java | Java | Apache-2.0 | [dengliming](https://github.com/dengliming) | [Github](https://github.com/dengliming/redis-modules-java) | |
| 127 | +| smartredis | C++ | BSD-2-Clause | [Cray Labs](https://github.com/CrayLabs) | [Github](https://github.com/CrayLabs/SmartRedis) | |
| 128 | +| smartredis | C | BSD-2-Clause | [Cray Labs](https://github.com/CrayLabs) | [Github](https://github.com/CrayLabs/SmartRedis) | |
| 129 | +| smartredis | Fortran | BSD-2-Clause | [Cray Labs](https://github.com/CrayLabs) | [Github](https://github.com/CrayLabs/SmartRedis) | |
| 130 | +| smartredis | Python | BSD-2-Clause | [Cray Labs](https://github.com/CrayLabs) | [Github](https://github.com/CrayLabs/SmartRedis) | |
| 131 | + |
| 132 | + |
| 133 | + |
127 | 134 |
|
128 | 135 |
|
129 | 136 | ## Backend Dependancy |
|
0 commit comments