Skip to content

long x = await client.DbSizeAsync() kills the application #12

@aai2on

Description

@aai2on

I connect to Redis with:

IRedisClient client = await RedisClient.ConnectAsync("127.0.0.1", 6379);
long x = await client.DbSizeAsync(); //Kills the process and stops

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