Skip to content

Incompatibility in TypeScrip types with ioredis 4.x #18

@dko-slapdash

Description

@dko-slapdash

Hi.

import Redis from 'ioredis'

Looks like this is the only incompatible line: in the newest ioredis it needs to look like:

import * as Redis from "ioredis";  // <-- for ioredis v4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions