Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support EVALSHA #21

Merged
merged 8 commits into from
Jan 29, 2024

feat: support evalsha to optimize redis script call

6fe30bb
Select commit
Loading
Failed to load commit list.
Merged

Support EVALSHA #21

feat: support evalsha to optimize redis script call
6fe30bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 26, 2024 in 0s

64.40% of diff hit (target 85.61%)

View this Pull Request on Codecov

64.40% of diff hit (target 85.61%)

Annotations

Check warning on line 174 in batch.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

batch.go#L172-L174

Added lines #L172 - L174 were not covered by tests

Check warning on line 183 in batch.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

batch.go#L183

Added line #L183 was not covered by tests

Check warning on line 298 in batch.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

batch.go#L297-L298

Added lines #L297 - L298 were not covered by tests

Check warning on line 307 in batch.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

batch.go#L307

Added line #L307 was not covered by tests

Check warning on line 181 in client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client.go#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 191 in client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client.go#L191

Added line #L191 was not covered by tests

Check warning on line 220 in client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client.go#L219-L220

Added lines #L219 - L220 were not covered by tests

Check warning on line 230 in client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client.go#L230

Added line #L230 was not covered by tests

Check warning on line 35 in utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils.go#L34-L35

Added lines #L34 - L35 were not covered by tests