// API callback
av({"version":"1.0","encoding":"UTF-8","entry":{"xmlns":"http://www.w3.org/2005/Atom","xmlns$blogger":"http://schemas.google.com/blogger/2008","xmlns$georss":"http://www.georss.org/georss","xmlns$gd":"http://schemas.google.com/g/2005","xmlns$thr":"http://purl.org/syndication/thread/1.0","id":{"$t":"tag:blogger.com,1999:blog-875899154744260851.post-7162452244463706362"},"published":{"$t":"2020-08-29T05:09:00.004-07:00"},"updated":{"$t":"2020-09-06T19:49:53.340-07:00"},"category":[{"scheme":"http://www.blogger.com/atom/ns#","term":"System Administrator"},{"scheme":"http://www.blogger.com/atom/ns#","term":"teknologi"}],"title":{"type":"text","$t":"Cara Install dan Konfigurasi Dasar Redis di Linux Centos 8"},"content":{"type":"html","$t":"\u003Cp\u003E\u0026nbsp;\u003C\/p\u003E\u003Cdiv class=\"separator\" style=\"clear: both; text-align: center;\"\u003E\u003Ca href=\"https:\/\/1.bp.blogspot.com\/-MKUNyubQBdA\/X0pFCcYpFiI\/AAAAAAAABqE\/zPTG5r9fM8AAcGMpwCOv2uLKGMTiPcZ1gCNcBGAsYHQ\/s885\/mozunote.com-redis.jpg\" style=\"margin-left: 1em; margin-right: 1em;\"\u003E\u003Cimg border=\"0\" data-original-height=\"329\" data-original-width=\"885\" src=\"https:\/\/1.bp.blogspot.com\/-MKUNyubQBdA\/X0pFCcYpFiI\/AAAAAAAABqE\/zPTG5r9fM8AAcGMpwCOv2uLKGMTiPcZ1gCNcBGAsYHQ\/s640\/mozunote.com-redis.jpg\" width=\"640\" \/\u003E\u003C\/a\u003E\u003C\/div\u003E\u003Cbr \/\u003E\u003Cp\u003E\u003C\/p\u003E\u003Cp\u003E\u003Cbr \/\u003E\u003C\/p\u003E\u003Cp style=\"text-align: justify;\"\u003EMozunote.com-\u0026nbsp;Redis akronim dari Remote Dictionary Server, yaitu merupakan sistem penyimpanan data di dalam memory yang sangat cepat, yang digunakan digunakan untuk sebagai\u0026nbsp; cache, database, antrian dan broker pesan.\u003C\/p\u003E\u003Cp style=\"text-align: justify;\"\u003Edengan respon seper milidetik membuat redis berkerja sangat cepat melayani jutaan permintaan setiap detiknya secara realtime untuk berbagai aplikasi dan sistem.\u0026nbsp;\u003C\/p\u003E\u003Cp style=\"text-align: justify;\"\u003Ebuat temen-temen yang mau tau Install Redis di centos 8 berikut caranya;\u0026nbsp;\u003C\/p\u003E\u003Cp\u003E\u003Cbr \/\u003E\u003C\/p\u003E\n\n\n1. Install Redis di centos.\u003Cdiv\u003E\u003Cbr \/\u003E\u0026nbsp;\n\n\u003Cpre data-codetype=\"HTML\"\u003E[root@www ~]# dnf module -y install redis:5\n\u003C\/pre\u003E\u003C\/div\u003E\n2.\u0026nbsp; Konfigurasi dasar untuk setting Redis .\u003Cdiv\u003E\u003Cbr \/\u003E\u0026nbsp;\n\u003Cpre data-codetype=\"HTML\"\u003E[root@www ~]# vi \/etc\/redis.conf\n# line 69: listening interface\n# localhost only by default\n# if you'd like to connect from other Hosts,\n# hange to the own IP address or set to [0.0.0.0]\nbind 127.0.0.1\n# line 92: listening port\nport 6379\n# line 136: daemonize setting\n# if you use Redis as service daemon, turn to [yes]\ndaemonize no\n# line 186: number of Databases\n# database ID is assgined from 0 to (setting value - 1)\ndatabases 16\n# line 218: save caching Datase on Disk\n# the default settings below means like follows\n# after 900 sec if at least 1 key changed\n# after 300 sec if at least 10 keys changed\n# after 60 sec if at least 10000 keys changed\n# if you'd like to disable this function, comment out all lines fo \"save ***\" or specify [save \"\"]\nsave 900 1\nsave 300 10\nsave 60 10000\n# line 508: authentication password\nrequirepass password\n# line 699: alternative persistence mode (\"yes\" means enabled)\n# if enabled, Redis loses high performance but get more safety\nappendonly no\n# line 729: if enabled [appendonly yes] when wirting data on Disk\n# [no] means do not fsync by Redis (just let the OS flush the data)\n# appendfsync always\nappendfsync everysec\n# appendfsync no\n# start Redis if set daemonize yes\n[root@www ~]# systemctl enable --now redis\u003C\/pre\u003E\n\n3. Agar Redis Bekerja dengan baik di linux jangan lupa agar di kecualikan di rule Firewall. untuk yang ga tau \u003Ca href=\"http:\/\/www.mozunote.com\/2018\/02\/cara-install-firewalld-di-linux-centos-7.html\" target=\"_blank\"\u003ECara Install Firewalld Di Linux Centos 7\u003C\/a\u003E\u003C\/div\u003E\u003Cdiv\u003E\u0026nbsp;\n\u003Cpre data-codetype=\"HTML\"\u003E[root@www ~]# firewall-cmd --add-service=redis --permanent\nsuccess\n[root@www ~]# firewall-cmd --reload\nsuccess\n\u003C\/pre\u003E\u003Cbr \/\u003E\n\n\nOke temena-teman segitu aja dulu semoga bermanfaat...\u003Cdiv\u003E\u003Cbr \/\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr \/\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr \/\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr \/\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr \/\u003E\u003C\/div\u003E\u003C\/div\u003E"},"link":[{"rel":"replies","type":"application/atom+xml","href":"https:\/\/www.mozunote.com\/feeds\/7162452244463706362\/comments\/default","title":"Post Comments"},{"rel":"replies","type":"text/html","href":"https:\/\/www.mozunote.com\/2020\/08\/cara-install-dan-konfigurasi-dasar.html#comment-form","title":"0 Comments"},{"rel":"edit","type":"application/atom+xml","href":"https:\/\/www.blogger.com\/feeds\/875899154744260851\/posts\/default\/7162452244463706362"},{"rel":"self","type":"application/atom+xml","href":"https:\/\/www.blogger.com\/feeds\/875899154744260851\/posts\/default\/7162452244463706362"},{"rel":"alternate","type":"text/html","href":"https:\/\/www.mozunote.com\/2020\/08\/cara-install-dan-konfigurasi-dasar.html","title":"Cara Install dan Konfigurasi Dasar Redis di Linux Centos 8"}],"author":[{"name":{"$t":"Mozu"},"uri":{"$t":"http:\/\/www.blogger.com\/profile\/15656279653354976812"},"email":{"$t":"noreply@blogger.com"},"gd$image":{"rel":"http://schemas.google.com/g/2005#thumbnail","width":"16","height":"16","src":"https:\/\/img1.blogblog.com\/img\/b16-rounded.gif"}}],"media$thumbnail":{"xmlns$media":"http://search.yahoo.com/mrss/","url":"https:\/\/1.bp.blogspot.com\/-MKUNyubQBdA\/X0pFCcYpFiI\/AAAAAAAABqE\/zPTG5r9fM8AAcGMpwCOv2uLKGMTiPcZ1gCNcBGAsYHQ\/s72-c\/mozunote.com-redis.jpg","height":"72","width":"72"},"thr$total":{"$t":"0"}}});