Skip to content

client not connecting #192

Description

@aviralnx
RedisClient {
      _events: [Object: null prototype] {},
      _eventsCount: 0,
      _maxListeners: undefined,
      options: { host: '127.0.0.1', port: 6379 },
      stream: null,
      connected: false,
      ready: false,
      pub_sub_mode: false,
      _redisMock: RedisMock {
        _events: [Object: null prototype] { message: [Function (anonymous)] },
        _eventsCount: 1,
        _maxListeners: undefined,
        _databases: [
          [RedisDb], [RedisDb],
          [RedisDb], [RedisDb],
          [RedisDb], [RedisDb],
          [RedisDb], [RedisDb],
          [RedisDb], [RedisDb],
          [RedisDb], [RedisDb],
          [RedisDb], [RedisDb],
          [RedisDb], [RedisDb]
        ],
        [Symbol(kCapture)]: false
      },
      subscriptions: {},
      psubscriptions: {},
      _selectedDbIndex: 0,
      [Symbol(kCapture)]: false
    }

getting this when I console the client made with redismock.createClient()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions