RedisLabsModules / redismodule-rs

Rust API for Redis Modules API
BSD 3-Clause "New" or "Revised" License
267 stars 62 forks source link

Implement sorted set API #235

Open pierwill opened 2 years ago

pierwill commented 2 years ago

It would be nice to have safe abstractions for the following:

I'd be happy to help implement this, given some guidance.

gkorland commented 2 years ago

@pierwill thanks for suggesting any contribution is welcome, please review the current code should be pretty straight forward to "C&P" the way other APIs are exposed.