Files
redis-go/prepare.go
2021-05-27 21:54:33 +08:00

6 lines
85 B
Go

package godis
func noPre(args [][]byte) ([]string, [][][]byte) {
return nil, nil
}