spullara / redis-protocol

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

Specialized num to bytes #2

Closed stuhood closed 12 years ago

stuhood commented 12 years ago

Specialize numToBytes for use with a trailing CRLF, to avoid an extra polymorphic call to ChannelBuffer.writeBytes.