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
I'm currently working on RedisCluster support but do lack knowledge about keyspace and slots. Looks like there was once an approach (see #112), but at the time of writing there is no update.
I managed to connect my RedisCluster, but run into errors like this:
Warning: RedisCluster::eval(): All keys do not map to the same slot
I read Redis Clustering best practices with keys but to be honest I'm clueless (or keyless? 😂 ). Any help is appreciated. I'd like to get this running soon, as one of my projects needs it.
The text was updated successfully, but these errors were encountered:
I see there is also an open request for Redis Sentinel #95 and a pending PR for Predis #127.
I'd like to introduce a RedisAdapter that's capable to work with all of them, by abstracting and hiding away the special use-cases (like in RedisCluster or Predis). Using a method like the one symfony/cache uses, it would be easy to connect to any redis instance supported by them using a simple DSN.
I'm currently working on RedisCluster support but do lack knowledge about keyspace and slots. Looks like there was once an approach (see #112), but at the time of writing there is no update.
I managed to connect my RedisCluster, but run into errors like this:
I read Redis Clustering best practices with keys but to be honest I'm clueless (or keyless? 😂 ). Any help is appreciated. I'd like to get this running soon, as one of my projects needs it.
The text was updated successfully, but these errors were encountered: