Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Introducing Redis Store (togo.io)
36 points by benarent on June 18, 2012 | hide | past | favorite | 5 comments


I'd love to know how it handles adding new shards. Migrating redis data from one shard to another has been a major pain point for us in the past, and has caused us to move away from redis for any big data needs we have where growth can't accurately be estimated.


I know, that's a pain. Unfortunately, Redis (Store) doesn't provide a solution for that.


Isn't this a problem wish all databases?


Yes, but even serializing data at the key level in redis to do it yourself is painful. With 2.6.0, redis provides dump[1] and restore[2] methods which will go a long way to alleviate this, but that version is still in pre-release status at the moment, and was not available at all last year when we had our issues.

[1] http://redis.io/commands/dump [2] http://redis.io/commands/restore


+1




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: