We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd19d7 commit cc0d7b8Copy full SHA for cc0d7b8
tests/test_function.py
@@ -1,6 +1,7 @@
1
import pytest
2
3
from redis.exceptions import ResponseError
4
+
5
from .conftest import skip_if_server_version_lt
6
7
function = "redis.register_function('myfunc', function(keys, args) return args[1] end)"
0 commit comments