nim-lang / redis

Official redis wrapper for Nim.
Other
128 stars 35 forks source link

update sorted sets procs to use SomeInteger, add unittests #26

Open ba0f3 opened 3 years ago

Araq commented 3 years ago

Nice change but it's a breaking change. You should introduce new procs for these. Templates can avoid the copy&paste problem.