We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12949df + 6618185 commit bb0a4bfCopy full SHA for bb0a4bf
README.md
@@ -713,7 +713,7 @@ err = DB.Select("id").From("posts").QuerySlice(&ids)
713
714
dat implements caching backed by an in-memory or Redis store. The in-memory store
715
is not recommended for production use. Caching can cache any struct or primitive type that
716
-can be marshaled/unmarhsaled cleanly with the json package due to Redis being a string
+can be marshaled/unmarshaled cleanly with the json package due to Redis being a string
717
value store.
718
719
Time is especially problematic as JavaScript, Postgres and Go
0 commit comments