Guilherme Petterle Silveira Mussi
Guilherme Petterle Silveira Mussi
Hi all, With better ARM64 devices being released in increased speed, it is getting easier and easier to setup a local cluster for testing purposes (and even production of smaller...
I am trying to connect webdis to a MemoryDB cluster. I have followed the instructions and rebuild webdis with `SSL=1` option. However, when I run webdis, I get the following...
Hi there, The following code DOES NOT receive messages when XADD is used: ```javascript const wsEndpoint = "ws://localhost:7379/.json"; const socket = new WebSocket(wsEndpoint); socket.onopen = function(event) { console.log("WebSocket connection established");...
I am facing an issue with the following `docker-compose.yml`: ``` rediscmd: image: ghcr.io/joeferner/redis-commander:latest restart: unless-stopped environment: REDIS_HOST: REDACTED.memorydb.eu-central-1.amazonaws.com REDIS_PORT: 6379 REDIS_TLS: true REDIS_USERNAME: REDACTED REDIS_PASSWORD: REDACTED ``` It used to...