wiki.selfprivacy.org/src/nixos/redis-get-token.md

6 lines
251 B
Markdown
Raw Permalink Normal View History

2024-04-15 23:39:26 +03:00
# 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>`