Skip to main content

remove_tail

async def remove_tail(name: str) -> int
ParamDescription
nameName of the list

Remove the tail node.

Returns

The length of the list after removal.

Raises

  • ResponseError
    • name does not exist