Summary
ZIO Redis is a type-safe, performant, ZIO native Redis client.
Installation
Include ZIO Redis in your project by adding the following to your build.sbt file:
resolvers += Resolver.sonatypeRepo("snapshots")
libraryDependencies += "dev.zio" %% "zio-redis" % "0.0.0+1-4e39a954-SNAPSHOT"