redisearch Questions

3

Solved

I am trying to follow this Redis documentation link to create a small DB of notable people searchable in real time (using Python client). I tried a similar code, but the final line, which queries b...
Massif asked 26/12, 2023 at 11:33

3

Solved

Our team are thinking of using redisearch on top Elasticsearch as a store unit for real time data. When looking at the document: https://oss.redislabs.com/redisearch/Administration/ I see: RediSea...
Cason asked 26/6, 2018 at 13:55

1

Solved

Is it possible to install RediSearch (Redis Module) either in AWS ElastiCache or MemoryDB? Creating inverted indexing manually can be a real pain and it would be nice to have this feature available...

1

Solved

Originally was trying to install RediSearch ontop of Aws ElastiCache but it seems they dont support modules in their managed service (makes sense). Then I was looking into running RediSearch on a s...
Carleton asked 13/3, 2021 at 19:7

1

Solved

I'm currently using Redis V4.09 on Ubuntu 18.04 and I downloaded RediSearch from https://redislabs.com/redis-enterprise-software/download-center/modules/ The module runs correctly with the Redis Se...
Electrochemistry asked 7/9, 2020 at 20:53

1

Solved

I've read that RediSearch has support for dates and times via the "numeric" type, but there's not much information about this. Does this mean I just choose my own conversion from time, such as seco...
Juvenescence asked 1/10, 2018 at 20:9

2

Solved

Is it possible to send arbitrary commands to Redis using ioredis for Node JS? For example, I'm using the new RediSearch module, and want to create an index using the command: FT.CREATE test SCHEM...
Nephrotomy asked 22/8, 2017 at 2:43
1

© 2022 - 2024 — McMap. All rights reserved.