redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.06k stars 108 forks source link

refactor: adjust index_name and model_key generation #587

Closed vegetablest closed 5 months ago

vegetablest commented 5 months ago

Refactor the generation logic of index_name and key.Despite users having the option to customize 'global_key_prefix' and avoid keys starting with a colon.Now, even in the default configuration, leading colons are avoided.