Gaurav S
Gaurav S
Created JOhm error dictionary and exposed to clients to allow them to plan appropriate responses based on error metadata (patches issue 27). This change also does not break any client...
We should publish an error dictionary of all the errors that can be thrown as JOhmException's so that users can setup mechanisms to be able to explicitly respond to a...
To investigate - we need to wire in pipelined jedis commands to improve performance where possible.
Investigate a potential language independent service-facade for JOhm to see if an optional Thrift, Avro, ProtoBuf binding is feasible for non-Java JOhm users. This needs to be carefully weighed as...
Added the char-byte serialization/deserialization alternatives for redis-store without deleting your original implementation. I used an enum to allow for switching between the COMMA and HEX implementations but defaulted to HEX...