-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix incorrect attribute for key prefix in RedisTrackerStore #7334
Fix incorrect attribute for key prefix in RedisTrackerStore #7334
Conversation
Thanks for submitting a pull request 🚀 @dakshvar22 will take a look at it as soon as possible ✨ |
@federicotdn Can you please review this as I am not very aware of this part of the code 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for fixing this 👍
Could not update branch. Most likely this is due to a merge conflict. Please update the branch manually and fix any issues. |
@ducminh-phan could you take a look at this failing build? https://github.com/RasaHQ/rasa/pull/7334/checks?check_run_id=1466365759#step:9:19 Thanks! |
Fix #7306
Proposed changes:
self.key_prefix
instead of the erroneousself.prefix
inrasa.core.tracker_store.RedisTrackerStore
.Status (please check what you already did):
black
(please check Readme for instructions)