redisearch-getting-started
redisearch-getting-started copied to clipboard
A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js
Feature: Add list of movies : Home page
* [ ] pass the public port as parameter of the build/run * [ ] add NGinx or make configure the vue app
Hello, My sample app runs on `http://:8084/` but after the click on "Search" an AJAX-request to http://localhost:8086 is triggered. I have assumed to change the endpoints on this file will...
* [ ] Java REST * [ ] Node REST * [ ] Python * [ ] WebApp
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Hi there, Consider I have a schema for my products as follows: `[{ "Name":"p1", "Price":10000, "Discount":0.5 }, { "Name":"p2", "Price":20000, "Discount":0.3 }]` I want to find products whose price after...