(m uhaha.Machine, args []string)
| 91 | } |
| 92 | |
| 93 | func cmdSDIFFSTORE(m uhaha.Machine, args []string) (interface{}, error) { |
| 94 | return soptStoreGeneric(stringSliceToBytes(args), ledis.DiffType) |
| 95 | } |
| 96 | |
| 97 | func cmdSINTER(m uhaha.Machine, args []string) (interface{}, error) { |
| 98 | return soptGeneric(stringSliceToBytes(args), ledis.InterType) |
nothing calls this directly
no test coverage detected