Skip to content

Commit f3f00cf

Browse files
tombatrongkorland
authored andcommitted
Removed random link to and update license scheme.. (RedisJSON#128)
of NReJSON.
1 parent d48a077 commit f3f00cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ In the line above replace `/path/to/module/rejson.so` with the actual path to th
188188
```bash
189189
~/$ redis-server --loadmodule /path/to/module/rejson.so
190190
```
191-
https://github.com/tombatron/NReJSON
191+
192192
Lastly, you can also use the [`MODULE LOAD`](http://redis.io/commands/module-load) command. Note, however, that `MODULE LOAD` is a **dangerous command** and may be blocked/deprecated in the future due to security considerations.
193193

194194
Once the module has been loaded successfully, the Redis log should have lines similar to:
@@ -214,7 +214,7 @@ Some languages have client libraries that provide support for RedisJSON's comman
214214
| rejson-py | Python | BSD-2-Clause | [Redis Labs](https://redislabs.com) | [git](https://github.com/RedisLabs/rejson-py) [pypi](https://pypi.python.org/pypi/rejson) |
215215
| go-rejson (multiple clients) | Go | MIT | [Nitish Malhotra @nitishm](https://github.com/nitishm) | [git](https://github.com/nitishm/go-rejson/) |
216216
| jonson (go-redis client)| Go | Apache-2.0 | [Daniel Krom @KromDaniel](https://github.com/KromDaniel) | [git](https://github.com/KromDaniel/rejonson) |
217-
| NReJSON | .NET | ? | [Tommy Hanks @tombatron](https://github.com/tombatron) | [git](https://github.com/tombatron/NReJSON) |
217+
| NReJSON | .NET | MIT/Apache-2.0 | [Tommy Hanks @tombatron](https://github.com/tombatron) | [git](https://github.com/tombatron/NReJSON) |
218218
| phpredis-json | PHP | MIT | [Rafa Campoy @averias](https://github.com/averias/) | [git](https://github.com/averias/phpredis-json) |
219219

220220

0 commit comments

Comments
 (0)