Skip to content

Commit

Permalink
Create redis.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyodullodev authored Aug 23, 2024
1 parent 6359c71 commit 87dbb1d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions redis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
redis sozlash va ornatish

sudo apt update
sudo apt list --upgradable
sudo apt upgrade -y
sudo apt install redis-server
sudo systemctl status redis-server.service
redis-cli -h localhost
sudo nano /etc/redis/redis.conf
- file ichida
-- bind 0.0.0.0
-- prodected_mode no
shularni bajarasiz

sudo systemctl restart redis-server.service

shu bilan tayyor

server uchun 6379 port ochib qoyish esdan chiqmasin!






0 comments on commit 87dbb1d

Please sign in to comment.