Am 05.04.2015 um 18:09 schrieb Dato:

One more thing, we are using MongoDB as our DB engine and we are planning to use Redis as our cache layer. It would be great if you could share status of those drivers. are they stable enough? what about their performance compared to C#/C++ drivers?

Thanks again :)

They both work pretty reliable and fast. The MongoDB driver may still
have issues with MongoDB 3.x.x as it hasn't really been tested with that
version and some details of the network protocol have changed compared
to 2.6.x, but older versions are fine.

I can't comment on the relative performance to the C++ counterparts
because there are no comparative benchmarks AFAIK, but they both are
pretty fast and there shouldn't be much of a difference.