Skip to content
Andrey Bulygin edited this page May 21, 2013 · 20 revisions


RedisBoost is a fast client for Redis database.

RedisBoost is asynchronous, does not spawn dedicated threads only for receiving responses or sending commands. It uses async sockets and tries to send data as efficiently as possible.

The stability of RedisBoost is verified by numerous integration tests.

The performance is proved by benchmark tests.


Clone this wiki locally