You can quickly test Elasticell with Docker on a machine.
To install Docker on your system, you can read the document on https://docs.docker.com/
docker pull deepfabric/quickstart
docker run -d --name elasticell -p 6379:6379 deepfabric/quickstart
You can use redis-cli to connect to Elasticell.