Difference between revisions of "Got an unexpected reply from Redis"

From wikieduonline
Jump to navigation Jump to search
(Created page with " /app/node_modules/@redis/client/dist/lib/client/commands-queue.js:57 throw new Error('Got an unexpected reply from Redis'); ^...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 15: Line 15:
  
  
 
+
[[redis-cli config set requirepass]]
  
 
{{redis-cli}}
 
{{redis-cli}}

Revision as of 08:19, 9 March 2023

/app/node_modules/@redis/client/dist/lib/client/commands-queue.js:57
                    throw new Error('Got an unexpected reply from Redis');
                          ^
Error: Got an unexpected reply from Redis
    at Object.onReply (/app/node_modules/@redis/client/dist/lib/client/commands-queue.js:57:27)
    at RESP2Decoder.write (/app/node_modules/@redis/client/dist/lib/client/RESP2/decoder.js:119:26)
    at RedisCommandsQueue.onReplyChunk (/app/node_modules/@redis/client/dist/lib/client/commands-queue.js:203:72)
    at RedisSocket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/index.js:348:84)
    at RedisSocket.emit (events.js:400:28)
    at RedisSocket.emit (domain.js:475:12)
    at Socket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/socket.js:189:42)
    at Socket.emit (events.js:400:28)
    at Socket.emit (domain.js:475:12)
    at addChunk (internal/streams/readable.js:293:12)


redis-cli config set requirepass

redis-cli [ info server | memory usage | info memory | memory stats | memory doctor | dbsize | flushall | ping | monitor | --bigkeys | --stat | --scan | --latency | --latency-history | --latency-dist | --intrinsic-latency 5 | -x | -h ] redis-cli --help

Advertising: