-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Andrey Bulygin edited this page May 21, 2013
·
20 revisions
- [README] (https://github.com/andrew-bn/RedisBoost#redisboost-net-40)
- Installation
- Let's get started
- [First connection] (https://github.com/andrew-bn/RedisBoost/wiki/Make-a-connection)
- [Connection strings] (https://github.com/andrew-bn/RedisBoost/wiki/Connection-strings)
- Features
- [Serialization] (https://github.com/andrew-bn/RedisBoost/wiki/Serialization)
- [Redis channels] (https://github.com/andrew-bn/RedisBoost/wiki/Redis-channels)
- [Clients pool] (https://github.com/andrew-bn/RedisBoost/wiki/Clients-pool)
- [Pipelining] (https://github.com/andrew-bn/RedisBoost/wiki/Pipelining)
- [Benchmark] (https://github.com/andrew-bn/RedisBoost/wiki/Benchmark)
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.