(m uhaha.Machine, args []string)
| 128 | } |
| 129 | |
| 130 | func cmdSUNION(m uhaha.Machine, args []string) (interface{}, error) { |
| 131 | return soptGeneric(stringSliceToBytes(args), ledis.UnionType) |
| 132 | } |
| 133 | |
| 134 | func cmdSUNIONSTORE(m uhaha.Machine, args []string) (interface{}, error) { |
| 135 | return soptStoreGeneric(stringSliceToBytes(args), ledis.UnionType) |
nothing calls this directly
no test coverage detected