00:46:11 GMT I have multiple redis (A1-A5) instances and want one central redis instance (C) subscribe to selected topics of the distributed redis instances. Should I write a simple client program to subscribe to topics on the different A1-A5 instances and then push updates to C1, or is replication of specific topics the way to go? 00:49:26 GMT to add to this, C is a read only instance for data originally pushed to A1-A5 as clients will only read the data 00:49:39 GMT (clients of C) 01:10:29 GMT @badboy_, thanks 01:16:05 GMT @badboy_, https://pastebin.com/y2VMi8H3 - also, I am not running sentinel. 01:21:06 GMT and a snippet of the log file: https://pastebin.com/AJ1j7biA 01:21:10 GMT thanks 07:40:13 GMT damnski: oh, don't put the slaveof no one line in your configuration 07:40:31 GMT (that should probably be fixed to actually be allowed there...) 08:41:02 GMT Hi there, I need help please 08:45:57 GMT I want to use redis for php and I installed it for both windows and linux and tested the cli it works, but I have a problem to connect to it from php error message >> (Fatal error: Uncaught Error: Class 'Redis' not found in) I am tring this solution (http://stackoverflow.com/questions/25230399/fatal-error-class-redis-not-found) but when I write "phpize" I got an error as command not found "phpize : The term 'phpize' is not recognized a 08:47:56 GMT st0rm, probably the linux distro you are using provides the redis extension (php-pecl-redis on RPM distro, php-redis for .deb) 08:49:37 GMT (else, if you really want to build from sources and from a git snapshot, instead of using a stable release, you need the "devel" package, e.g. php-devel on rpm distro) 08:50:00 GMT I have the same problem for windows 08:50:24 GMT Sorry, don't know what Windows is ;) 08:50:44 GMT https://pecl.php.net/package/redis => you have link to download the needed .dll 13:20:52 GMT @badboy_, that worked. I owe you a beer or a handle rolled tobacco treat. 13:20:57 GMT thanks 13:21:19 GMT I take the beer :)