I've been trying to get my Rails 7 app to connect to my Redis instance in MemoryStore. I'm having a hard time finding any documentation to this. I've gotten my Rails app to connect to the correct address, but I'm getting this error:
"/app/vendor/bundle/ruby/3.2.0/gems/redis-client-0.21.0/lib/redis_client/connection_mixin.rb:71:in `call_pipelined': ERR unknown command 'CLIENT', with args beginning with: 'SETNAME' 'ActionCable-PID-1' (redis://xxx.xxx.xxx.xxx:6379) (RedisClient::CommandError)
Can anyone offer some guidance on getting this to work?