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.
1 parent 5ab5fcf commit 0aa7ce9Copy full SHA for 0aa7ce9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.3.10
2
+- fix: redis
3
+
4
# 0.3.10
5
- fix: sandbox fix for smembers & sadd
6
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
7
- version: "0.3.10",
+ version: "0.3.11",
8
elixir: "~> 1.11",
9
start_permanent: Mix.env() == :prod,
10
description: "Standardized and testable caching across your app. In test caches are isolated.",
0 commit comments