xetorthio/jedisque

Support for binary job bodies

mzapletal opened this issue · 2 comments

Jedisque currently supports String-based job bodies only. The body, however, gets serialized to/from a byte representation when being sent/consumed to/from Jedis. When dealing with byte representations in an application anyway, this results in unnecessary serialization overhead. Hence, it would be nice if Jedisque provides support for byte[] bodies as well.

This is definitely something we'll be adding and soon. I will leave this issue open until this has been addressed.

I've released Jedisque 0.0.4 which contains this feature. Should be in artifactory soon.