+ Added QuickCached Client
+ Server: Added support to configure max key size (default: 250)
+ Server: Added support to configure max value size (default: 6MB)
# Server: Modified server to close connection when bad req
(with invalid parameters) received (to prevent bad processing of data)
+ Client: Added support to configure max key size (default: 250)
+ Client: Added support to configure max value size (default: 6MB)
+ Added total_res_count,slow_res_count,slow_res_percent,slow_res_avg_time_ms to stats
# Fixed slow res calculation bugs
# Fixed pool size in load test code
# Fixed get_count in stats bug (was including internal get calls)