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
The plugin stores the keys prefixed with the "Table" name in Redis. We
should remove that prefix from the keys returned by "List()".
Partial-Fix: micro#57
Describe the bug
In github.com/asim/go-micro/plugins/store/redis/v4 package :
List
doesn't filter by table (ListFrom
) . Also doesn't remove the table prefix in the return.Read
withReadPrefix
option doesn't fill the keysHow to reproduce the bug:
Returns:
Environment:
The text was updated successfully, but these errors were encountered: