patrikx3/redis-ui

unable connect tendis

gcxfd opened this issue · 7 comments

gcxfd commented

https://github.com/Tencent/Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.

image

sorry i don't understand chinese. sorry

gcxfd commented

i'm using tendis https://github.com/Tencent/Tendis
see image as below, test connection is ok , but connect error (display error : socket.io timeout)

image

how can i install this tendis?

gcxfd commented

docker run -it --rm -p 51002:51002 --env REDIS_PASSWORD=tendisplustest tencentdbforkv/tendisplus

ok where it is stuck is here:

const dbsize = await redis.dbsize()

also this is giving an error:

redis.pubsub('channels', '*'),

// => ReplyError: ERR unknown command 'pubsub'

unless, ioredis works with tendis, i cannot give you support. sorry.

it is possible they are not implemented pubsub, it is possible i can disable pubsub on tendis, but the ioredisInstance.dbsize() should work before i can fix this.

no response