diff --git a/src/nixos/redis-get-token.md b/src/nixos/redis-get-token.md new file mode 100644 index 0000000..eb9d8c1 --- /dev/null +++ b/src/nixos/redis-get-token.md @@ -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:` \ No newline at end of file