Redis Stack Workshop: How to Use Redis Stack with Python, Flask, and Redis OM

preview_player
Показать описание
Join us on April 13th at 6:30pm GMT for the Redis Stack OM library for Python workshop with Redis Developer Advocacy Manager, Simon Prickett.

Tune in as Simon demonstrates how to get started with Python application development for Redis Stack. See how to model data with Redis OM client for Python, how to store it as JSON documents in a Redis database, and perform search queries. The Redis developer team will be on hand to answer any questions.

#Redis #RedisStack #Python #RedisOM
Рекомендации по теме
Комментарии
Автор

Well created content and a great introduction to Redis Stack.

cloudgreenhorn
Автор

Great workshop! I would like to suggest some changes to the source code.
Following the REST architecture, method for updating a user age should be "PUT" or "PATCH", but not "POST". Moreover, when a user is not found the response code should be 404 but not 400.

andrewvasylchuk
Автор

Thanks for the code and documentation. If one is in any other environment than localhost/dev, where would one set the connection string to the redis instance - using redis-om?

feder
Автор

Maybe add some examples on the site, because I struggling - after ridden documents I stuck and it isn't working well for me.

immortallman