09:39:53 GMT can someone send me the init script for redis 3.2 for ubuntu 09:41:34 GMT you can download the deb and extract it yourself 09:41:36 GMT http://mirrors.kernel.org/ubuntu/pool/universe/r/redis/redis-server_3.2.1-1_amd64.deb 09:41:43 GMT ar x redis-server_3.2.1-1_amd64.deb 09:41:49 GMT tar xf data.tar* 09:43:59 GMT colo-work : do we have deb file for 4.0 redis also ? 09:44:49 GMT when having a integer as string, there will be no way to increment inside a multi thingie, right? 09:54:01 GMT cloudbud, Debian has one (in sid/experimental); don't know about Ubuntu 09:57:49 GMT colo-work : do you have any link where I can install redis from source and then make it run as deamon 09:57:58 GMT i have installed it using source 09:58:07 GMT but dont know how to run it is deamon 09:58:14 GMT cloudbud, what kind of init system does your host-OS use? systemd? 09:58:24 GMT if so, just write (or use) a service unit file for it 09:58:33 GMT its ubuntu 14 09:58:43 GMT ah, so upstart then :/ 09:59:04 GMT you might want to fet the redis source package for the version included in ubuntu 14 then 09:59:14 GMT and just adapt its upstart script for your new service 09:59:48 GMT (in essence, it's just substituting the new path to redis-server from your from-source build for the distro-provided one) 10:00:10 GMT I don't know upstart, so I'm afraid I can't provide any more/better hints 10:00:14 GMT on how to do that correctly 10:00:18 GMT #ubuntu might know 10:00:49 GMT urgh upstart 10:02:15 GMT any blog or any reference 10:20:37 GMT is there any tutorial to fine tune redis server 11:37:21 GMT how to resolve this /var/run/redis-server.pid exists, process is already running or crashed 12:38:07 GMT sentinel seems to be switching master more often but when I check redis, it seems to be running fine. why does sentinel switch more often? 13:08:54 GMT cloudbud, make redis and its init script use another path for its pid file 13:18:23 GMT sentinel seems to be switching master more often but when I check redis, it seems to be running fine. why does sentinel switch more often? 13:19:06 GMT wasanzy, the sentinel instances display details about their decision making process in their logs 13:20:51 GMT colo-work: yes I see that. but the logs doesn't tell much. and also, I see lot of sdown etc and after that a failover is performed. Redis on the other hands is working fie so I don't see why there should be fail overs 13:21:47 GMT well, sdown means just that. _s_ubjectively down. for that sentinel instance, the monitored redis instance is unavailable. 13:23:14 GMT sample log: https://paste.linux.community/view/c67152a0 13:24:32 GMT the master and slave redis is always available so sentinel is confusing me a little. How can I reduce the number probability of a switch over? 15:59:23 GMT question: am I assuming right: AOF and RDB is on by default when first installing redis? 15:59:43 GMT if not which one is on by default...? 16:00:28 GMT gojinjedi: RDB is on by default 16:01:13 GMT well, in the example config and when you don't provide a config. as soon as you pass redis a flag or don't have 'save' or so in the config it won't persist 16:01:52 GMT ok thanks, good to know 16:02:17 GMT wasn't quite clear what was the default in the docs. 17:33:07 GMT is this normal? doing "save 60 1000" to set RDB options gives me an error 17:44:19 GMT 2:57 PM Anyone know if pipeline feature works on a redis-cluster? looking for latest on this https://github.com/nrk/predis/issues/267 and this https://groups.google.com/forum/#!msg/redis-db/4I0ELYnf3bk/Lrctk0ULm6AJ