You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now your probably thinking - why not just set `REDIS_PREFIX={alpha}_` and be done with it? In normal circumstances we could, but a larger system could not rely on a single hard-coded hash tag for all keys - we had to get creative.
192
+
193
+
:::
194
+
195
+
190
196
So lets break this down:
191
197
192
198
* Anything `_DRIVER`, `_STORE` or `_CONNECTION` is simply pointing that feature of Laravel to our new Redis Cluster `aws` connection.
0 commit comments