I think the actually version is 5.0.3-4+deb10u3!? I had this error with Debian Buster some Days ago.

Am 06.05.21 um 13:50 schrieb Chris Lamb:
Hi Benjamin,

At an earlier point im setting the kay-value like this,

      const ok = await RedisServer.setValue(ip, '1', 'EX', 15);

Where the variable ip is something like

"2a02:908:531:e6e0:42b0:76ff:fea4:d7cb, 162.158.93.15"

This seems to work, but i only get the error when im changing the
key-value as i wrote. When im trying to access the entry and change the
number '1' to '2' and set 'KEEPTTL'.
So, to confirm, you are running the equivalent of:

  $ redis-cli set "2a02:908:531:e6e0:42b0:76ff:fea4:d7cb, 162.158.93.15" "1" EX 
15
  $ redis-cli set "2a02:908:531:e6e0:42b0:76ff:fea4:d7cb, 162.158.93.15" "2" 
KEEPTTL

... with the second command failing? If so, although I can reproduce
this error using 3:3.2.6-3+deb9u4, I can _also_ reproduce it using
deb9u3. Again, just trying to track down the regression...


Regards,

--
       ,''`.
      : :'  :     Chris Lamb
      `. `'`      la...@debian.org 🍥 chris-lamb.co.uk
        `-

Reply via email to