func (c BlmpopNumkeys) Key(key ...string) BlmpopKey {
    if c.ks&NoSlot == NoSlot {
        for _, k := range key {
            c.ks = NoSlot | slot(k)
            break