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 2fef051 commit dcaaeb2Copy full SHA for dcaaeb2
CHANGES.rst
@@ -1,4 +1,14 @@
1
+Version 0.1.5
2
+-------------
3
+
4
+- Added mset and mget (atomic)
5
6
+- get_many() is now non-atomic
7
8
+- extended base.BaseValkeyCache to have more logic
9
10
Version 0.1.4
11
12
13
- Added BaseClient class
14
django_valkey/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 4)
+VERSION = (0, 1, 5)
__version__ = ".".join(map(str, VERSION))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-valkey"
-version = "0.1.4"
+version = "0.1.5"
license = "BSD-3-Caluse"
description = "a valkey cache and session backend for django"
authors = ["amirreza <amir.rsf1380@gmail.com>"]
0 commit comments