Replies: 1 comment
-
I don't know what they recommend but you can always use https://github.com/testcontainers/testcontainers-scala to set up redis in docker I would just write unit tests and configure a test environment to deploy to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying perform unit tests on a service I have using redis.
I tried looking though the documentation for an in-memory instance, or a preferred way of testing, but couldn't find anything.
Is there any instruction I missed on how to proceed with testing ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions