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 have an app which builds in-memory cache containing glob.Glob for a number of patterns from a DB. I would like to move this local cache to a separate instance such as Redis, will this be a problem with for instance marshalling/unmarshalling to JSON (or any suitable alternative) when storing compiled patterns elsewhere?
The text was updated successfully, but these errors were encountered:
inliquid
changed the title
Does glob.Glob support serialiazation?
Does glob.Glob support serialization?
Jun 2, 2023
Hi!
I have an app which builds in-memory cache containing
glob.Glob
for a number of patterns from a DB. I would like to move this local cache to a separate instance such as Redis, will this be a problem with for instance marshalling/unmarshalling to JSON (or any suitable alternative) when storing compiled patterns elsewhere?The text was updated successfully, but these errors were encountered: