mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-06 01:07:06 +08:00
6 lines
85 B
Go
6 lines
85 B
Go
package godis
|
|
|
|
func noPre(args [][]byte) ([]string, [][][]byte) {
|
|
return nil, nil
|
|
}
|