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

make request queue size configurable #922

Merged
merged 1 commit into from
Nov 23, 2023
Merged

make request queue size configurable #922

merged 1 commit into from
Nov 23, 2023

Conversation

mberndt123
Copy link
Contributor

No description provided.

@mberndt123 mberndt123 requested a review from a team as a code owner November 23, 2023 11:46
lazy val local: ZLayer[Any, RedisError.IOError, RedisConnection] =
ZLayer.succeed(RedisConfig.Local) >>> layer
lazy val local: ZLayer[Any, IOError, RedisConfig & RedisConnection] =
ZLayer.succeed(RedisConfig.Local) >+> layer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: let's make it here as well.

lazy val local: ZLayer[Any, RedisError.IOError, RedisExecutor] =
RedisConnection.local >>> makeLayer
def local: ZLayer[Any, RedisError.IOError, RedisExecutor] =
ZLayer.succeed(RedisConfig.Local) >>> layer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

@mijicd mijicd merged commit 5f0dbb2 into zio:master Nov 23, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants