(self: SyncClientProtocol, key: KeyT, element: str)
| 336 | |
| 337 | @overload |
| 338 | def vrem(self: SyncClientProtocol, key: KeyT, element: str) -> int: ... |
| 339 | |
| 340 | @overload |
| 341 | def vrem(self: AsyncClientProtocol, key: KeyT, element: str) -> Awaitable[int]: ... |