Skip to content

Broken links in tfcall/tfunction help #249

@sixela

Description

@sixela
>>> help(valkey.Valkey.tfcall)
Help on function tfcall in module valkey.commands.core:

tfcall(
    self,
    lib_name: str,
    func_name: str,
    keys: Union[bytes, str, memoryview, Iterable[Union[bytes, str, memoryview]]] = None,
    *args: List
) -> Union[Awaitable[Any], Any]
    Invoke a function.

    ``lib_name`` - the library name contains the function.
    ``func_name`` - the function name to run.
    ``keys`` - the keys that will be touched by the function.
    ``args`` - Additional argument to pass to the function.

    For more information see https://valkey.io/commands/tfcall/

But https://valkey.io/commands/tfcall/ is a http/404 page

Same goes for the following ones:

  • tfcall_async
  • tfunction_delete
  • tfunction_list
  • tfunction_load

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions