On Tue, Jun 2, 2009 at 7:59 PM, Justin <
jd...@njit.edu> wrote:
>
> I just finished the first version of my Redis interface for PHP,
> Redisent. I built it to be small (73 sloc), flexible, and tolerant of
> changes in Redis' API. To do that, rather than defining a method in
> the class for each of Redis' commands I made it so Redisent would
> recognize command and response types and format them accordingly.
>
> I didn't do much benchmarking, but the time difference in 10,000 SET
> and DEL operations between Redisent and Redis is negligable:
> Redisent completed in 1.511457 seconds
> Redis completed in 0.157829 seconds
Are these numbers correct. Redisent is almost 10x slower?