15:03:41 GMT does "_" has some problem in redis 3.0.0 version 18:41:29 GMT it should not 18:41:39 GMT abd too late 18:41:42 GMT and* 19:48:13 GMT Does it make sense to ever have commands with variable number of arguments? 19:48:59 GMT ( writing redismodule wrapper in rust ) not sure whether to automatically return wrongarity or leave it to the person creating the command 19:49:39 GMT there are commands with a variable number of arguments, sphinxo 19:50:45 GMT Ok so I'll leave it to the person using my library to enforce arity of commands 19:51:55 GMT depends on what level you're providing them 19:52:25 GMT what do you mean? minus 19:52:57 GMT oh wait, redis modules 19:53:02 GMT nevermind, i have no clue 19:53:53 GMT is it idiomatic to have commands with variable arity? 20:09:42 GMT i'd say yes 20:09:58 GMT why not support interfaces for both?