You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also facing the same issue, so instead of having a default proc i need to manually add the first value in cache if it doesn't exists using a redis transaction
just want to know if this is intended behavior or a bug
I've been developing using the default value with proc in Kredis and encountered an issue.
However, I'm not sure if there's a misunderstanding in my use of the design.
I expected it to work like this:
But what actually happens is:
The default proc for the user seems to retrieve the data of the first user record.
Upon further investigation, it seems related to this segment of the code:
kredis/lib/kredis/attributes.rb
Line 132 in 4fbb2f5
May I ask if this is considered an issue?
The text was updated successfully, but these errors were encountered: