@stueynet Well, obviously the server will need Redis itself installed. The predis library is just a client to interact with Redis in PHP.
Jul 10, 2017
3
Level 5
Does redis caching require anything on than predis/predis?
I am wondering if using redis for caching will just work on any server if predis/predis is installed. Seems to work fine in Homestead and on Forge but our production server is not on Forge so I want to make sure Forge doesn't do anything in the background to get it ready for redis caching. Thanks!
Level 80
@stueynet Yes. Homestead comes pre-built with Redis: https://laravel.com/docs/master/homestead#introduction (look under “Included Software” heading).
I’m not sure how Forge goes about provisioning Redis as I’ve not used Forge.
1 like
Please or to participate in this conversation.