Best unofficial Apache Server developers community |
| |||||
| Feb 7, 2012 | |||||
|
Pedigree |
|
||||
| Tags: | |||||
|
Re: Issue 207 in redis: Replication of MSET with binary values breaks replication August 27, 2010 06:44:51 AM Updates: Status: Verified Comment #4 on issue 207 by antirez: Replication of MSET with binary values breaks replication http://code.google.com/p/redis/issues/detail?id=207 (No comment was entered for this change.) Re: Issue 203 in redis: Redis doesn't disconnect when master goes down during replication August 27, 2010 06:40:34 AM Updates: Status: Verified Comment #5 on issue 203 by antirez: Redis doesn't disconnect when master goes down during replication http://code.google.com/p/redis/issues/detail?id=203 The problem of this specific issue is now solved as the slave… stunnel with just postgresql client part May 9, 2011 09:37:05 AM Hi My postgresql client (ejabberd postgresql lib) does not seem to be capable of ssl connection to postgresql server (with hostssl in pg_hba) So I tried to use run stunnel on the client box (ejabberd). It appears not to work. Here is stunnel… Redis replication October 20, 2010 01:51:56 PM What is the approximate bandwidth / load for replication (say, as a percentage or fraction of the overall transaction usage). Also, has 2- way replication (between 2 peers instead of master/slave) been considered? I am planning on using Redis on… Redis Sharding and Replication July 20, 2011 02:36:36 AM Hi, I'm a newbie. Assume I want to use 2 redis servers, shardnig the data using Jedis. Is it only a matter of starting 2 Redis servers and having the Jedis pool write to both of them? What about replication? If I need a 4 node cluster where 2… replication compatibility across redis versions March 2, 2011 11:47:36 AM Hello, I'm currently running redis 1.2. I'd like to setup slave version 2.2. Is the replication protocol compatible? Thanks a lot, Ales Redis Replication with Append Only File. November 12, 2010 12:18:59 PM Hi. I test Redis like key/value database. I try to combine Replication and Append Only File. When I make a replication, on the master, when there is a BGSAVE, the master open a new process, and double the usage of memory... That is normal ?… Redis replication - behavior when disconnected? December 14, 2010 06:07:32 PM Hey, I'm using Redis as the back-end for a Dynamic DNS system, which is geographically distributed. Last night one of the sites experienced connectivity problems and I realized this evening that during the incident replication had stopped and not… issues about redis' persistence and replication November 11, 2011 06:44:42 AM Hi, Redis is very good! Both snapshot and append only file can be used for persistence independently, however, I can't find how to use them jointly. What I need is: 1)numbering every change log in AOF, when the snapshot is done, the number of the… Question about Redis initial replication December 7, 2011 04:33:34 PM back in Redis 2.1.3 (the last version I explicitly tested), if you did a slaveof, the Server would not respond to any connection requests until the sync was completed... Is this still the case in 2.2.14? Thanks Issue 521 in redis: replication monitoring April 14, 2011 06:42:47 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 521 by vijees### @gmail.com: replication monitoring http://code.google.com/p/redis/issues/detail?id=521 What version of Redis you are using, in what kind of Operating System?… Re: Issue 174 in redis: SIG 11 on replication (SLAVEOF) August 24, 2010 09:42:39 AM Updates: Status: Verified Comment #10 on issue 174 by antirez: SIG 11 on replication (SLAVEOF) http://code.google.com/p/redis/issues/detail?id=174 (No comment was entered for this change.) Re: Issue 56 in redis: Request: synchronous replication August 23, 2010 10:28:14 AM Updates: Status: WontFix Comment #6 on issue 56 by antirez: Request: synchronous replication http://code.google.com/p/redis/issues/detail?id=56 Hello, the idea is that this use case should be solver by Redis cluster that will be in short time… Re: Issue 135 in redis: Replication fails with 16G of data. August 24, 2010 03:28:31 AM Updates: Status: Verified Comment #5 on issue 135 by antirez: Replication fails with 16G of data. http://code.google.com/p/redis/issues/detail?id=135 this was fixed in the past, thanks. Re: Issue 94 in redis: Master does not authenticate to slaves before replication. August 23, 2010 10:48:40 AM Updates: Status: Verified Comment #7 on issue 94 by antirez: Master does not authenticate to slaves before replication. http://code.google.com/p/redis/issues/detail?id=94 (No comment was entered for this change.) Issue 374 in redis: replication client segfaults in 2.1.7 (HEAD) November 11, 2010 06:20:59 PM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 374 by jzawodn: replication client segfaults in 2.1.7 (HEAD) http://code.google.com/p/redis/issues/detail?id=374 What steps will reproduce the problem? 1. configure a master 2.… Issue 494 in redis: master-slave DEL replication missing March 23, 2011 06:54:57 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 494 by massim### @gmail.com: master-slave DEL replication missing http://code.google.com/p/redis/issues/detail?id=494 What version of Redis you are using, in what kind of… Re: Issue 107 in redis: Need a way to limit max connect attempts for setting up replication August 23, 2010 11:33:34 AM Updates: Status: WontFix Comment #1 on issue 107 by antirez: Need a way to limit max connect attempts for setting up replication http://code.google.com/p/redis/issues/detail?id=107 you can just send "SLAVEOF NOONE" when you want to elect it… Issue 469 in redis: Failure Replication Master/Slave on big linux cluster February 23, 2011 08:12:35 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 469 by michae### @gmail.com: Failure Replication Master/Slave on big linux cluster http://code.google.com/p/redis/issues/detail?id=469 What version of Redis you are using,… Redis slave sync with encoded hashes takes too long, breaks replication December 7, 2011 05:57:26 PM We're using the technique we wrote up here: http://instagram-engineering.tumblr.com/post/12202313862/storing-hundr eds-of-millions-of-simple-key-value-pairs to store data in hashes with 1000 sub-keys each. The approach has worked great for writes… Redis master/slave replication - single point of failure? January 17, 2011 How does one upgrade to a newer version of Redis with zero downtime? Redis slaves are read-only, so it seems like you'd have to take down the master… I'm considering Redis backed web application, but I'm not sure about the hardware requirements for Redis, or really precisely how Redis "works"? March 4, 2011 I'm new to Redis, as in... I'm really not sure how it works. But I'm considering it for a web app with a relatively uncomplicated data structure… Stunnel without client June 7, 2011 Can stunnel server work without stunnel client? I mean can I write my own http server with only HTTP and add SSL support via Stunnel server? and… MySQL Replication Simple Master/Slave Replication May 19, 2011 Hi All, I have simple Master/Slave configuration. I have 8GB of RAM on both my production boxes. I was using Master for Writes only and slave for… MySql Replication Performance on Master after replication is resumed June 4, 2011 Current configuration is basic Master->Slave replication. Each night various data import jobs run on master. During this time, slave replication… HTTPS Stunnel and Haproxy June 14, 2011 I am trying to use stunnel infront of Haproxy for SSL support. SSL certificates are located according to stunnel configuration. I am also able to… Stunnel: SSL-to-SSL? (for smtp/imap) March 15, 2011 Hello, How can I configure stunnel to accpet SSL connections, and connect then to an SSL port on a different server? Here is my setup: Our ISP's… Stunnel verify client certificate January 13, 2011 Hi. I am using stunnel to authenticate RDP (Remote Desktop) and I need to verify that a client possesses the proper credentials. So people cannot… How do I ensure that stunnel sends all intermediate CA certs? April 1, 2011 A few computers, but not most, are rejecting the SSL certificate from my webserver. The problem seems to be that some computers are rejecting the CA… Connecting to MySQL securely - MySQL's SSL vs Stunnel vs SSH Tunneling April 22, 2011 We have a PHP application which connects to a MySQL server, and we wish to secure connections between the web & application servers and the… Connecting to MySQL securely - MySQL's SSL vs Stunnel vs SSH Tunneling April 22, 2011 We have a PHP application which connects to a MySQL server, and we wish to secure connections between the web & application servers and the… How to setup stunnel so that gmail can use my own smtp server to send messages. January 2, 2011 I am trying to setup gmail to send messages using my own smtp server. I am doing this by using stunnel over a non-ssl enabled server. I am able to… Stunnel+HAProxy+Apache question, multiple site certificates. March 30, 2011 Hi, currently I'm using the following scheme to serve both static y and dynamic content. I have compiled stunnel with X-Forwarded-For support patch.… Why does adding redis to Gemfile fix error with: require 'redis' March 3, 2011 I have had a problem trying use the redis (2.1.1) gem with rails. I've fixed the problem but I don't know why the fix works and would like to… Is there any way to get resque-web to work with Redis To Go hosted redis instance? January 22, 2011 Is there any way to get resque-web to work with a Redis To Go hosted redis instance? After comping redis 2.2.5 redis-stat is not created April 30, 2011 Hi guy, I wget the latest version of redis 2.2.5, then make, and cd redis-2.2.5/src, but there is no redis-stat found. Why? Could someone tell me… Help with Redis-Sharp or ServiceStack.Redis .. November 24, 2010 Hello, I tried to run Redis-Sharp test program. It sets the string length when I set some key,value (both strings). And while reading the data it… Redis and Memcache or just Redis? November 15, 2010 I'm using memcached for some caching in my Rails 3 app through the simple Rails.cache interface and now I'd like to do some background job… One way replication with CouchDB May 27, 2011 Hi, I run CouchDB on my production server, and I want to periodically replicate it to my development server (running on another machine, at my… Mysql replication March 9, 2011 if I setup a mysql slave for replication, can I still adding and modifying data to the slave from another process while it copies data from master… | |||||