Removed mklink for git
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user