We want to switch from memcachedb to redis. As the site has very high usage and the caching is kind of critical, we wanted to see if it is possible to make a test-deploy with both memcachedb and redis running. Only once we confirmed that all keys are created correctly (and the data matches) we want to kill of the memcachedb and fully switch to redis.
so basicly the key should be set on both memcachedb and redis, but get operations should only get from memcachedb until we switch over. does anybody has experience with some scenario like that and can suggest a possible configuration?