Skip to content

Commit

Permalink
Connect to redis via socket by redis-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Djerbouh <[email protected]>
  • Loading branch information
CaddyDz committed Jun 15, 2024
1 parent a1be3f7 commit 7d15f63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ alias clco='docker rm -f $(docker ps -a --format {{.ID}})'
alias dvm="docker run -it --rm --privileged --pid=host justincormack/nsenter1"

# OS Specific
alias copy="pbcopy <"
alias clean="find . -name ".DS_Store" -delete"
alias flush-dns="dscacheutil -flushcache"
alias copy="pbcopy <"
alias dns="sudo networksetup -setdnsservers Wi-Fi 8.26.56.26 8.8.8.8"
alias index="sudo mdutil -E -i"
alias dump-brew="rm Brewfile && brew bundle dump --describe"
alias flush-dns="dscacheutil -flushcache"
alias index="sudo mdutil -E -i"
alias python="python3"
alias redis-cli='redis-cli -s /tmp/redis.sock'

0 comments on commit 7d15f63

Please sign in to comment.