Orpheus
Orpheus copied to clipboard
A Small Object Model for Redis in CoffeeScript
https://github.com/dreamerslab/node.inflection
``` coffee users = Orpheus.schema.users users.each ['a', 'b', 'c'], action: (user, callback) -> user.name.set(user.id).exec(callback) callback: (err, results) -> ```
An lpush (or any other list insertion) should simply be discarded on empty arrays as arguments. This saves annoying checks like `activities.lpush(activities) if activities.length` throughout the code.
Give an overhaul improvement to the dynamic key syntax to make it easier to understand and more intuitive. e.g: when changing a dynamic key value, it should be possible to...