0
Q:

ioredis exists

redis.exists(roomID).then((exists) => {
    if (exists === 1) console.log("Exists");
    else console.log("Does not exist");
  });
0

New to Communities?

Join the community