djveremix / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

Allow storing each DB in different file #273

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be useful to allow storing each DB in a different file to allow moving 
the DBs around individually.

For instance, I store user data in DB0 and a dump of Wikipedia in DB6.  DB6 is 
the same among dev, staging, and production.  DB0 instances are all different.

So in order to deploy to new servers, I must do tricks to extract/import 
updated DB6 data without clobbering DB0.  Currently this means running another 
redis instance on a different port and a small script to move all the data 
over, which is dumb.

Maybe there is already a better way?

Original issue reported on code.google.com by alexgrav...@gmail.com on 4 Jul 2010 at 10:39

GoogleCodeExporter commented 8 years ago
Nevermind, just saw issue #170 which says multiple DB shouldn't be used, and no 
features will be added to support them better.  Feel free to disregard.

Original comment by alexgrav...@gmail.com on 4 Jul 2010 at 10:48

GoogleCodeExporter commented 8 years ago

Original comment by anti...@gmail.com on 30 Aug 2010 at 2:02