Shuhei AKiyama
Shuhei AKiyama
Hi, I found following notes. Supported and restricted Valkey, Memcached, and Redis OSS commands - Amazon ElastiCache https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SupportedCommands.html > Binary protocol is not supported, as it is officially deprecated in...
I found the way to connect memcached on ElastiCache Serverless with meta protcol in dalli using following command. ``` meta_client = Dalli::Client.new(, protocol: :meta, :ssl_context => ssl_context) ``` I hope...
Let me also add some supplementary information. With Diagram-as-code's MCP support, IDE and AI Agents can directly generate Dac format files from Terraform, which is more effective than having the...
Thanks. Based on my testing, visualization from Terraform is already fully feasible. The only thing missing is the guidance on specifically how to do it. Since this repository is strictly...