spullara / redis-protocol

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

add missing commands #11

Closed costin closed 12 years ago

costin commented 12 years ago

Seems the bit operations are not supported:

http://redis.io/commands/bitcount http://redis.io/commands/bitop

spullara commented 12 years ago

Thanks, probably just need to run the client generator against the latest.

spullara commented 12 years ago

Those were actually already in master. Do they fail when you try and use them?

costin commented 12 years ago

I'm using the snapshot at oss.sonatype.org which doesn't contain the commands. Probably needs updating.

spullara commented 12 years ago

I haven't been keeping those up to date. Just deployed the current snapshot.

spullara commented 12 years ago

Deployed 0.3 with the latest commands for 2.6.