(m uhaha.Machine, args []string)
| 95 | } |
| 96 | |
| 97 | func cmdSINTER(m uhaha.Machine, args []string) (interface{}, error) { |
| 98 | return soptGeneric(stringSliceToBytes(args), ledis.InterType) |
| 99 | } |
| 100 | |
| 101 | func cmdSINTERSTORE(m uhaha.Machine, args []string) (interface{}, error) { |
| 102 | return soptStoreGeneric(stringSliceToBytes(args), ledis.InterType) |
nothing calls this directly
no test coverage detected