(m uhaha.Machine, args []string)
| 99 | } |
| 100 | |
| 101 | func cmdSINTERSTORE(m uhaha.Machine, args []string) (interface{}, error) { |
| 102 | return soptStoreGeneric(stringSliceToBytes(args), ledis.InterType) |
| 103 | } |
| 104 | |
| 105 | func cmdSISMEMBER(m uhaha.Machine, args []string) (interface{}, error) { |
| 106 | if len(args) != 3 { |
nothing calls this directly
no test coverage detected