We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5e117 commit 0452bfdCopy full SHA for 0452bfd
aredis_om/model/model.py
@@ -564,7 +564,7 @@ def resolve_value(
564
)
565
return ""
566
if isinstance(value, int):
567
- # This if will hit only if the field is prinary key of type int
+ # This if will hit only if the field is a primary key of type int
568
result = f"@{field_name}:[{value} {value}]"
569
elif separator_char in value:
570
# The value contains the TAG field separator. We can work
0 commit comments