Skip to content

Commit bab7c90

Browse files
authored
Update README.md
1 parent e2aa18a commit bab7c90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ A Javascript Module for KeyDB and Redis.
44
ModJS allows you to extend Redis and KeyDB with new functionality implemented in JavaScript (ES6). ModJS uses the V8 JIT engine so complex scripts can execute significantly faster than their Lua equivalents. In addition ModJS supports many node.js modules offering extensive library support for common tasks.
55

66
## Quick Start Guide
7-
There are two ways to use ModJS, the first is similar to Lua with the EVALJS Command:
7+
8+
The fastest way to install ModJS is with <a href="https://github.com/JohnSully/ModJS#docker-with-modjs">docker</a>.
9+
10+
Once installed there are two ways to use ModJS, the first is similar to Lua with the EVALJS Command:
811

912
> EVALJS "redis.call('get', 'testkey')"
1013

0 commit comments

Comments
 (0)