ActiveRecord with redis cluster

Is it possible to use redis ActiveRecord in cluster mode?

I got errors “Lua script attempted to access a non local key in a cluster node”.

Seems not. It uses Lua to fill the gaps with aggregation and sorting.

1 Like