seomoz / qless-core

Core Lua Scripts for qless
MIT License
85 stars 33 forks source link

Consider adding a MessagePack option (instead of JSON) for storing complex data #12

Open bkirz opened 11 years ago

bkirz commented 11 years ago

Qless currently uses JSON to store job history, data, tag lists, and failure information. Since Redis exposes a messagepack library to EVALed LUA scripts, it would be nice to have an option to use it for space saving reasons. Adding it as an option lets users decide if they want to save space with msgpack or be able to browse their redis keys easily without using the qless-core API.