godis /exp /format.go
74. * of strings which create a redis command.
75. * Returns a byte array */
76. func format(args ...interface{}) []byte {
77. buf := make([][]byte, len(args))
78.
75. * Returns a byte array */
76. func format(args ...interface{}) []byte {
77. buf := make([][]byte, len(args))
78.
1 matches | 96 lines | Go | GitHub
