Consolidate Redis and Valkey Best Practices Recommendations and updating the configurations#172
Consolidate Redis and Valkey Best Practices Recommendations and updating the configurations#172rimomcosta wants to merge 6 commits intoAdobeDocs:mainfrom
Conversation
Add a unified Redis/Valkey service configuration topic to the implementation playbook and remove the now-redundant standalone Redis and Valkey planning articles. Update the planning TOC, overview entry, redirects, and What's New references so navigation and historical links now resolve to the consolidated topic.
d957372 to
8ee1b34
Compare
prateek-karanpuria-adobe
left a comment
There was a problem hiding this comment.
While re-reviewing the merged document, I noticed that some Valkey-specific references from the original Valkey document were not included in the consolidated version. To fully preserve content from both Redis and Valkey documents, a few updates are needed in the following sections:
-
Configure Redis L2 cache section
- Currently references REDIS_BACKEND.
- The Valkey equivalent VALKEY_BACKEND should also be mentioned for Valkey deployments.
-
Enable Redis slave connection section
- Currently documents REDIS_USE_SLAVE_CONNECTION.
- The Valkey equivalent VALKEY_USE_SLAVE_CONNECTION should also be included.
-
Additional information section
- Only Redis documentation links are referenced.
- Valkey documentation links (valkey-pg-cache, valkey-session) should also be added.
-
Deployment log example in the Redis session separation section
- The example currently references:
- service 'redis'
- service 'redis-session'
- A corresponding Valkey example (valkey, valkey-session) should also be included.
- The example currently references:
Because of these omissions, the combine document does not yet fully preserve all information from both the Redis and Valkey original files.
prateek-karanpuria-adobe
left a comment
There was a problem hiding this comment.
@rimomcosta - Thanks for the detailed look at the PR comment. However, I do see some important links about valkey-pg-cache already present in the original document as well. Could you please have a look and do the needful? Thanks.
|
This PR has been imported to the enterprise repo. Any further updates need to be made in the imported PR. |
|
Addressed in c96e5b3. |





Purpose of this pull request
This pull request consolidates the Redis and Valkey best practices recommendations into a single implementation playbook topic and updates the related configuration guidance.
It also removes the redundant standalone Redis and Valkey planning articles and updates the TOC, planning overview, redirects, and What's New references so navigation and existing links resolve to the consolidated topic.
Affected pages
Additional information
Related PR against Commerce on Cloud Guide: Remove outdated warning on REDIS and VALKEY cache configuration options
What's New highlights
whatsnew
Updated the best practices for Redis and Valkey configuration and provides related configuration guidance.