Well, the fun never ends, does it? I've just discovered that my client's IT team has a pretty strict policy of using the approved Debian dpkg versions (Redis 1.2.4?!) but they're willing to use 2.4.14 from wheezy, but not 2.6.7 from Sid. Naturally, I built their app on Redis 2.6, which leads to my follow up question:
Is there any way to take a dump.rdb from 2.6.x and back-port it to 2.4.x ? What about an AOF? I have only about 20mb of data, and nothing in my code requires any feature added since 2.6.0, only that I happen to be using 2.6 on my development server.
Cheers -