Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Connect Rails App in App engine to Redis

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?

0 0 166
0 REPLIES 0
Top Solution Authors