this.client.sadd('key', ['a','b']) redis> SMEMBERS key 1) "a,b" nor 1) "a" 2) "b" ??
this.client.sadd('key', ['a','b'])
redis> SMEMBERS key
nor
??