stefanwille / crystal-redis

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

hmset accepts only 2 arguments #88

Closed mhusmann closed 4 years ago

mhusmann commented 4 years ago

It would be nice if hmset would accept an arbitrary number of arguments

stefanwille commented 4 years ago

hmset accepts a hash of key/value pairs, which means it supports an arbitrary number of arguments already.