(m uhaha.Machine, args []string)
| 132 | } |
| 133 | |
| 134 | func cmdSUNIONSTORE(m uhaha.Machine, args []string) (interface{}, error) { |
| 135 | return soptStoreGeneric(stringSliceToBytes(args), ledis.UnionType) |
| 136 | } |
| 137 | |
| 138 | func cmdSCLEAR(m uhaha.Machine, args []string) (interface{}, error) { |
| 139 | if len(args) != 2 { |
nothing calls this directly
no test coverage detected