Skip to content

Commit

Permalink
chore: change Redis key_tt_seconds docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zabarn committed Nov 8, 2024
1 parent 9b83b68 commit 313136e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/online_stores/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class RedisOnlineStoreConfig(FeastConfigBaseModel):
format: host:port,parameter1,parameter2 eg. redis:6379,db=0 """

key_ttl_seconds: Optional[int] = None
"""(Optional) redis key bin ttl (in seconds) for expiring entities"""
"""(Optional) redis key bin ttl (in seconds) for expiring entities. Value None means No TTL. Value 0 means expire in 0 seconds."""

full_scan_for_deletion: Optional[bool] = True
"""(Optional) whether to scan for deletion of features"""
Expand Down

0 comments on commit 313136e

Please sign in to comment.