Skip to content

Timeout when using RediSearch and keyDB #209

@tscott1995

Description

@tscott1995

I am running keyDB and RediSearch on Ubuntu. I have the newest version of both installed and running on my machine. My problem is whenever I run the commands:
-FT.CREATE myIdx SCHEMA title TEXT WEIGHT 5.0 body TEXT url TEXT
-FT.ADD myIdx doc1 1.0 FIELDS title "hello world" body "lorem ipsum" url "http://redis.io"
-FT.ADD myIdx doc2.0 FIELDS title "test data" body "for keyDB" url "https://yahoo.com"
I get a timeout after I try adding the second document and cannot continue to use keyDB without a restart. I referred back to Issue #27 and didn't see a true fix there.

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