From c9345edf6298498e4549501f116f9c3ac1092149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaiJi=20=E2=9C=A8?= Date: Mon, 15 Apr 2024 23:39:26 +0300 Subject: [PATCH] Add src/nixos/redis-get-token.md --- src/nixos/redis-get-token.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/nixos/redis-get-token.md 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