Are there any plans for updating the Redis library to support additional commands? For example, it looks to be short a couple sorted set commands and the eval commands are missing. Or, is there a way to send raw commands to Redis?

We're using Redis as a data store for a particular piece of functionality, but want a RESTful front-end for it. Unfortunately, we may be using sorted sets and our current algorithms relies on intersects and unions, neither of which appears to be supported at this time.