stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
381 stars 61 forks source link

Add ZADD options #112

Closed noellabo closed 3 years ago

noellabo commented 3 years ago

Allows the XX, NX, CH and INCR options for ZADD to be specified.

kostya commented 3 years ago

can you add simple specs