Skip to content

Commit

Permalink
Version 4.4.0 (#2485)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Dec 4, 2022
1 parent 938ba6d commit 6fa6cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
long_description_content_type="text/markdown",
keywords=["Redis", "key-value store", "database"],
license="MIT",
version="4.4.0rc4",
version="4.4.0",
packages=find_packages(
include=[
"redis",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -94,7 +94,7 @@ volumes =

[docker:redismod]
name = redismod
image = redislabs/redismod:edge
image = redis/redis-stack-server:latest
ports =
36379:6379/tcp
healtcheck_cmd = python -c "import socket;print(True) if 0 == socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect_ex(('127.0.0.1',36379)) else False"
Expand Down

0 comments on commit 6fa6cfc

Please sign in to comment.