Compare commits

...

2 Commits

1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Get your device token from redis
1. Run `redis-cli -s /run/redis-sp-api/redis.sock`
2. In redis cli, now run `keys *`
3. Copy any token that appears in the output
4. In redis cli, now run `HGETALL token_repo:tokens:<the token you have just copied>`