February 2018
Intermediate to advanced
382 pages
11h 33m
English
The steps for loading a Redis module are as follows
$ git clone https://github.com/RedisLabsModules/rejson.git Cloning into 'rejson'... remote: Counting objects: 2066, done. remote: Compressing objects: 100% (64/64), done. remote: Total 2066 (delta 52), reused 83 (delta 43), pack-reused 1952 Receiving objects: 100% (2066/2066), 3.68 MiB | 0 bytes/s, done. Resolving deltas: 100% (1114/1114), done. Checking connectivity... done.
$ cd rejson/src ~/rejson/src$ make
The module binary file will be generated as rejson.so:
~/rejson/src$ ls -l rejson.so -rwxrwxr-x 1 user user 455888 Dec 29 17:56 rejson.so ...
Read now
Unlock full access