- Spin up a DiceDB instance at
127.0.0.1:7379
- Spin up a Redis instance at
127.0.0.1:6379
- Setup this repository via below command line
npm install
- Configure KeyLimit in
source_root_dicedb/config/main.go
before running the test
var KeysLimit int = 300
For DiceDB
npm run dice-test
For Redis -
npm run redis-test
To clean js files
npm run clean