|
|
|
|
|
by catch23
5661 days ago
|
|
i think mongodb fills a need that isn't covered by redis or sql -- people still need semi-relational data that can scale beyond 100M rows. redis is a nice memcached or scalable data structures replacement. we use it as a simple rabbitmq replacement. |
|