Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

View File

@ -1,5 +1,7 @@
---
type: "note"
created: 2024-10-05T23:32:45.000Z
type: note
updated: 2024-11-03T18:42:17.891Z
---
# redis
@ -27,3 +29,8 @@ systemctl restart redis.service
systemctl status redis.service
redis-cli
```
```bash Sat Oct 05 2024 16:32:18 GMT-0700 (Mountain Standard Time)
apt install redis-tools
redis-cli -h localhost -p 6379 PING
```