redis-server --version
redis-cli --version
apt-get install build-essential
git clone https://github.com/RedisJSON/RedisJSON.git
git checkout v1.0.3
cd rejson/
make
cd src/
mkdir /etc/redis/modules/
mv rejson.so /etc/redis/modules/
loadmodule /etc/redis/modules/rejson.so
service redis-server restart
--
While checking out I am not able to use the latest RedisJson version. Will the steps change in that case? Can someone help? I am using 16.04 Ubuntu. When checking out the version mentioned its working fine but not in case of latest version.