I have followed the tutorial and run:
docker run -p 6379:6379 --name redis-rejson redislabs/rejson:latest
But when I try to run redis-cli and then json.get, I got:
ERR unknown command 'JSON.SET'
MODULE LIST return nil. Can anyone guide me on how to run rejson with docker? Appreciate.