Thu.Nov 25, 2021

article thumbnail

How to Migrate Redis™ Data Using Redis-Shake

Scalegrid

Migrating ScaleGrid for Redis™ data from one server to another is a common requirement that we hear from our customers. Two of the main reasons we hear are often due to migration of hardware, or the need to split data between servers. Typically, you want to migrate with minimal downtime while using the standard Redis […].

Hardware 246
article thumbnail

Testcontainers: Containers for Testing

DZone

I’ve always been more of a fan of unit tests than integration tests, mainly for one reason: I don’t need anything external to be able to run them. I don’t need to have a database started, an external service to connect to, or a Kafka running to be able to run the tests and therefore to be able to develop. That’s in the development environment, but if we’re talking about the integration environment, then I won’t even start.

Testing 244