(
self: SyncClientProtocol, src: KeyT, dst: KeyT, timeout: Number | None = 0
)
| 4752 | |
| 4753 | @overload |
| 4754 | def brpoplpush( |
| 4755 | self: SyncClientProtocol, src: KeyT, dst: KeyT, timeout: Number | None = 0 |
| 4756 | ) -> bytes | str | None: ... |
| 4757 | |
| 4758 | @overload |
| 4759 | def brpoplpush( |