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

Method test_blmove

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

Source from the content-addressed store, hash-verified

2408 @pytest.mark.onlynoncluster
2409 @skip_if_server_version_lt("6.2.0")
2410 def test_blmove(self, r):
2411 r.rpush("a", "one", "two", "three", "four")
2412 assert r.blmove("a", "b", 5)
2413 assert r.blmove("a", "b", 1, "RIGHT", "LEFT")
2414
2415 @pytest.mark.onlynoncluster
2416 def test_mset(self, r):

Callers

nothing calls this directly

Calls 2

rpushMethod · 0.80
blmoveMethod · 0.80

Tested by

no test coverage detected