Bug#987985: Bug in Redis-server Package

2021-05-06 Thread Chris Lamb
Hi Benjamin, > I think the actually version is 5.0.3-4+deb10u3!? I had this error with > Debian Buster some Days ago. You're absolutely right: I was testing this on stretch (not buster) by mistake -- my apologies. However, I still get the same "ERR syntax error" when I run: $ redis-cli set "2a

Bug#987985: Bug in Redis-server Package

2021-05-06 Thread Benjamin Kuhl
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 variab

Bug#987985: Bug in Redis-server Package

2021-05-06 Thread 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

Bug#987985: Bug in Redis-server Package

2021-05-05 Thread Benjamin Kuhl
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

Bug#987985: Bug in Redis-server Package

2021-05-05 Thread Chris Lamb
Hi Benjamin, > I cant remember exactly, but the last days there was an update for > redis-server and before this update it worked perfect. Cant say directly > which version it was, but it was the version before the actually one. No problem. I'm trying to reproduce this locally -- looking at the t

Bug#987985: Bug in Redis-server Package

2021-05-03 Thread Benjamin Kuhl
I cant remember exactly, but the last days there was an update for redis-server and before this update it worked perfect. Cant say directly which version it was, but it was the version before the actually one. Am 03.05.21 um 11:52 schrieb Chris Lamb: Hi Benjamin, The actually version has a b

Bug#987985: Bug in Redis-server Package

2021-05-03 Thread Benjamin Kuhl
Package: redis-server Version: 5.0.3-4+deb10u3 The actually version has a bug. I found it out by using nodejs with the redis package on my host. Before the redis update, everything worked fine. This is the error: /app/node_modules/redis-parser/lib/parser.js:179 return new ReplyError(string)

Bug#987985: Bug in Redis-server Package

2021-05-03 Thread Chris Lamb
Hi Benjamin, > The actually version has a bug. I found it out by using nodejs with the > redis package on my host. > Before the redis update, everything worked fine. This is the error: I note that you write it works with the version in backports, but can you let me know whether it works in the pr