Itamar Haber

Results 201 comments of Itamar Haber

Cool feature - could come in very handy!

The use of `KEYS` in a production environment is one of the biggest no-nos in Redis. I'm happy to hear this is no longer needed, but it has to be...

@MeirShpilraien you can get the connid from the ctx and then RM_Call('CLIENT LIST') to find the rest of the stuff... not sure why I had asked for it though.

Also, "regex" and "prefix" should be consolidated into "pattern" that will be used for all purposes (user experience).

Defaulting to the root path makes sense imo. This PR, however, also bundles a new command, `jsonmgetl`, which accepts a list of key names instead of the existing variadic format...

I've submitted #37 to fix (docs only) this - please let me know if acceptable. After spending some cycles mulling on this, I think we can relax this requirement and...

Ouch :( Thanks @mgravell - looks like there's a discrepancy with the actual implementation: https://github.com/RedisLabsModules/RediSearch/blob/4a8dde6bd441aa936e8b0c20803854506bfa9234/src/search_request.c#L285

Hello @ajeetraina Thanks for reporting this. I've submitted #30 as a fix - please confirm that it resolves the issue (tested locally, works for me ;)).

Hello @Akhtar303 This project uses a simple video server implemented in Python - it simply reads and sends the JPGs from a Redis stream: https://github.com/RedisGears/EdgeRealtimeVideoAnalytics/blob/master/app/server.py