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 0d3ac6f commit 415125eCopy full SHA for 415125e
CHANGES
@@ -1,4 +1,4 @@
1
-* 2.4.10 (in development)
+* 2.4.10
2
* Buffer reads from socket in the PythonParser. Fix for a Windows-specific
3
bug (#205).
4
* Added the OBJECT and DEBUG OBJECT commands.
redis/__init__.py
@@ -16,7 +16,7 @@
16
)
17
18
19
-__version__ = '2.4.9'
+__version__ = '2.4.10'
20
VERSION = tuple(map(int, __version__.split('.')))
21
22
__all__ = [
0 commit comments