Using Redis with SpringBoot
On my other project, I use Redis as a caching layer. This time I would like to use it as a database in a SprintBoot project.
On my other project, I use Redis as a caching layer. This time I would like to use it as a database in a SprintBoot project.
Recently I need to test out Redis integration with a Ruby on Rails application. I wanted to test how fast Redis is with 1GB of data.
Instead of manually generating dummy data, I recalled using the Faker library a couple of years ago during my time as a full-stack developer.