Skip to content

Commit 87dbb1d

Browse files
authored
Create redis.txt
1 parent 6359c71 commit 87dbb1d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

redis.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
redis sozlash va ornatish
2+
3+
sudo apt update
4+
sudo apt list --upgradable
5+
sudo apt upgrade -y
6+
sudo apt install redis-server
7+
sudo systemctl status redis-server.service
8+
redis-cli -h localhost
9+
sudo nano /etc/redis/redis.conf
10+
- file ichida
11+
-- bind 0.0.0.0
12+
-- prodected_mode no
13+
shularni bajarasiz
14+
15+
sudo systemctl restart redis-server.service
16+
17+
shu bilan tayyor
18+
19+
server uchun 6379 port ochib qoyish esdan chiqmasin!
20+
21+
22+
23+
24+
25+

0 commit comments

Comments
 (0)