We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6359c71 commit 87dbb1dCopy full SHA for 87dbb1d
redis.txt
@@ -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