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

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025
  • 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.
    Source code for the demo application: github.com/red...
    Discover Redis Stack: redis.io/docs/...
    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.
    From the blog: redis.com/blog...
    Discover Redis Stack: redis.io/docs/...
    #Redis #RedisStack #Python #RedisOM

Комментарии • 4

  • @feder7582
    @feder7582 Год назад

    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?

  • @cloudgreenhorn452
    @cloudgreenhorn452 2 года назад

    Well created content and a great introduction to Redis Stack.

  • @immortallman3482
    @immortallman3482 Год назад

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

  • @andrewvasylchuk
    @andrewvasylchuk 2 года назад

    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.