nim-lang / redis

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

Fix commands with arg seq #24

Closed bluemax75 closed 3 years ago

bluemax75 commented 3 years ago

The way to reserve space for a seq is with newSeqOfCap. The comands that used newSeq didn't work as the added arguments with zero value