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: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,10 @@ A Javascript Module for KeyDB and Redis.
4
4
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.
5
5
6
6
## 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 <ahref="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:
0 commit comments