vapor / redis

Vapor provider for RediStack
MIT License
459 stars 58 forks source link

add more complex methods for ordered sets and others #137

Closed ericchapman closed 5 years ago

ericchapman commented 5 years ago

Hey @tanner0101,

I am implementing allot of the more complex methods such as the "z" items and things lke that. Are you interested in bringing these into the overall repo, or are you trying to keep the repo "simple".

I will happily submit a PR if you are interested.

Thanks Eric

tanner0101 commented 5 years ago

@ericchapman i'm happy to accept any convenience methods for Redis commands here. :)

ericchapman commented 5 years ago

Adde PR here. I will add more over time as needed. Thought about adding all of the Z ones but there are ALLOT.

https://github.com/vapor/redis/pull/138