diff --git a/app/Factory/CacheFactory.php b/app/Factory/CacheFactory.php new file mode 100644 index 0000000..9f3f0a0 --- /dev/null +++ b/app/Factory/CacheFactory.php @@ -0,0 +1,17 @@ +driver = $manager->getDriver('prod'); + } +} \ No newline at end of file diff --git a/app/Factory/ProdRedisFactory.php b/app/Factory/ProdRedisFactory.php new file mode 100644 index 0000000..1c3d17f --- /dev/null +++ b/app/Factory/ProdRedisFactory.php @@ -0,0 +1,10 @@ +