redis-om-python icon indicating copy to clipboard operation
redis-om-python copied to clipboard

Object mapping, and more, for Redis and Python

Results 199 redis-om-python issues
Sort by recently updated
recently updated
newest added

Hey! There are calls of `pydantic.main.validate_model` in search queries. It is very CPU-loaded operations. And especially it affects when there are huge models and queries returning many objects. It is...

I have a similar problem as this at : https://stackoverflow.com/questions/76578825/how-to-test-a-jsonmodel-in-a-unittest How does one test a simple JsonModel **without** connection to a redis instance?

Hello! Is there an ability to limit fields returning by model query (by RedisSearch's RETURN keyword)? If not --- can you please add this task to the backlog? Something like...

Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.33.1 to 0.34.0. Release notes Sourced from rojopolis/spellcheck-github-actions's releases. 0.34.0 What's Changed Broken wheel build fix by @​jonasbn in rojopolis/spellcheck-github-actions#172 Bump actions/checkout from 3 to 4 by...

Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Release notes Sourced from pydantic's releases. v2.3.0 What's Changed 🔥 Remove orphaned changes file from repo by @​lig in pydantic/pydantic#7168...

Pydantic is great. It would also be nice to support msgspec which is a low effort JSON parser and validator.

Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. Release notes Sourced from redis's releases. 5.0.0 What's new? Triggers and Functions support Triggers and Functions allow you to execute...

While connecting to a Redis Cluster Migrator run fails to `create_index` since the commands are executed using a Redis connection. In this scenario, there should be some way to distinguish...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...