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
Using the Redis Cache Adapter with a redis cluster is failing when setting against a node other than the master node provided in configuration:
ReplyError: MOVED 15303 10.227.15.44:6379
at parseError (/Users/pkirby/WebDev/chegg/contentful-mlp/landing-pages-contentful-ui/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/Users/pkirby/WebDev/chegg/contentful-mlp/landing-pages-contentful-ui/node_modules/redis-parser/lib/parser.js:302:14) {
command: {
name: 'set',
args: [
'payload:/pkirby-test-2/en-US/desktop/paul_kirby_test_2/DeFault_var_2/:ttl',
'1642717815.486',
'EX',
'86400'
]
}
}
Is there support for redis cluster configuration? Or did I mis-interpret this line in the next-boost documentation for server cluster, not redis cluster:
@next-boost/redis-cache
For using within a cluster
Check .next-boost.redis.js for sample config
The text was updated successfully, but these errors were encountered:
@rjyo I created a PR for cluster support. Let me know if this is something you'd be willing to merge or if anything needs cleanup.
I added a link to the docker container for the redis cluster that I used in testing. I had a slight headache getting it running on Mac cause Monterey is taking up port 7000 with airplay, so let me know if you run into any issues there.
Using the Redis Cache Adapter with a redis cluster is failing when setting against a node other than the master node provided in configuration:
Is there support for redis cluster configuration? Or did I mis-interpret this line in the next-boost documentation for server cluster, not redis cluster:
The text was updated successfully, but these errors were encountered: