github.com/go-redis/redis/v8.XAddArgs.MaxLen (field)

3 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L1411: 	MaxLen       int64 // MAXLEN N
		commands.go#L1421: 	if a.MaxLen > 0 {
		commands.go#L1422: 		args = append(args, "maxlen", a.MaxLen)