Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
95 stars 26 forks source link

Add Redis functions ZCARD, ZREMRANGEBYSCORE, ZRANGE, ZADD, ZREM #11

Closed rfdickerson closed 8 years ago

rfdickerson commented 8 years ago

Some of our work for creating a Redis-based TodoList requires set-based operations. I was wondering if the API in fact has these but we missed them, or maybe we can get these functions added, or if we can file a PR to add them. @chiahuang

rfdickerson commented 8 years ago

@chiahuang has implemented the above functions. We are just going to finish writing the unit tests and file a PR.

shmuelk commented 8 years ago

@rfdickerson and @chiahuang Thank you very much for helping to complete our Redis API coverage.

BTW Did you add the "transactional" equivalents if applicable?

dfirsht commented 8 years ago

Completed in PR: https://github.com/IBM-Swift/Kitura-redis/pull/12