spullara / redis-protocol

Java client and server implementation of Redis
356 stars 134 forks source link

Are benchmarks for the java based server or the original redis #4

Closed debugging closed 12 years ago

debugging commented 12 years ago

Curious if the redis benchmark code you have is written to test the java based server you have (I know it isn't complete) or is it really testing the java based redis client that connects to a redis server (the original, c based one).

spullara commented 12 years ago

The redis-benchmark is intended to run against an actual redis-server. I've discontinued work on the Java-based Redis server implementation as though it was interesting, ultimately, C-redis is great and I would rather work on integrating with it.