Skip to content

Commit

Permalink
Remove old register and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Dec 25, 2021
1 parent 37d7043 commit 235ea3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"ioredis": "^4.28.2",
"lodash": "^4.17.21"
},
"description": "Pop-up store using RedisTimeSeries, RedisGears and Redis Datasource for Grafana",
"description": "Pop-up store using RedisTimeSeries, RedisGears and Redis plugins for Grafana",
"license": "Apache-2.0",
"name": "redis-pop-up-store",
"scripts": {
"docker:build": "docker-compose build",
"redis-cli": "docker exec -it redis redis-cli",
"register": "./register.sh && docker exec -it redis redis-cli RG.DUMPREGISTRATIONS",
"simulation": "npm i; node src/pop-up-store.js",
"start": "docker-compose pull && docker-compose up",
"stop": "docker-compose down",
Expand Down

0 comments on commit 235ea3c

Please sign in to comment.