MCPcopy
hub / github.com/redis/redis-py / test_brpoplpush_empty_string

Method test_brpoplpush_empty_string

tests/test_commands.py:3296–3298  ·  view source on GitHub ↗
(self, r)

Source from the content-addressed store, hash-verified

3294
3295 @pytest.mark.onlynoncluster
3296 def test_brpoplpush_empty_string(self, r):
3297 r.rpush("a", "")
3298 assert r.brpoplpush("a", "b") == b""
3299
3300 @pytest.mark.onlynoncluster
3301 @skip_if_server_version_lt("7.0.0")

Callers

nothing calls this directly

Calls 2

rpushMethod · 0.80
brpoplpushMethod · 0.80

Tested by

no test coverage detected