This repository groups together various code and command examples that are designed to illuminate the capabilities of Redis
It is expected that you will have a redis database running with the Search, Bloom, Time-series and JSON modules loaded
It is also expected that you have access to a command shell that allows you to run Redis-cli and connect to your redis database.
populate_additional_zew_entities.md
add_json_entities_and_search.md
https://github.com/owentechnologist/jsonZewSearch
zew_purchases_stream_event_creator_lua.md
To run the sample python code that starts up a worker to process stream events and produce searchable Hashes - you will need to make sure you have python3 and that redis-py is installed in your environment
pip3 install redis[hiredis]
python_zewtopia_stream_and_search_test.py