We are planning to upgrade our application to Rails 8.0 and take advantage of the new Solid* features that allow us to remove the Redis dependency. I've done some searching and cannot find any upgrade guides that discuss the move away from Redis. The application started out on Rails 7.0 and we've done the upgrades to 7.1 and 7.2 with some simple code changes. All we really needed to do was make some minor code changes to deal with deprecations.
What is the procedure for removing the Redis dependencies and replacing it with Solid*?