mirror of
https://github.com/apache/superset.git
synced 2026-05-26 02:05:19 +00:00
1 line
622 KiB
JSON
1 line
622 KiB
JSON
{".class": "MypyFile", "_fullname": "redis.client", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ConnectionPool": {".class": "SymbolTableNode", "cross_ref": "redis.connection.ConnectionPool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Lock": {".class": "SymbolTableNode", "cross_ref": "redis.lock.Lock", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Monitor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.client.Monitor", "name": "Monitor", "type_vars": []}, "flags": [], "fullname": "redis.client.Monitor", "metaclass_type": null, "metadata": {}, "module_name": "redis.client", "mro": ["redis.client.Monitor", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Monitor.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["redis.client.Monitor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Monitor", "ret_type": "redis.client.Monitor", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.Monitor.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["redis.client.Monitor", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Monitor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "connection_pool"], "flags": [], "fullname": "redis.client.Monitor.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "connection_pool"], "arg_types": ["redis.client.Monitor", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Monitor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "listen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Monitor.listen", "name": "listen", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["redis.client.Monitor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "listen of Monitor", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}, "next_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Monitor.next_command", "name": "next_command", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["redis.client.Monitor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "next_command of Monitor", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Pipeline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.client.Pipeline", "name": "Pipeline", "type_vars": [{".class": "TypeVarDef", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}]}, "flags": [], "fullname": "redis.client.Pipeline", "metaclass_type": null, "metadata": {}, "module_name": "redis.client", "mro": ["redis.client.Pipeline", "redis.client.Redis", "builtins.object"], "names": {".class": "SymbolTable", "UNWATCH_COMMANDS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.UNWATCH_COMMANDS", "name": "UNWATCH_COMMANDS", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of Pipeline", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Pipeline.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.__del__", "name": "__del__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__del__ of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "_Key"], "flags": [], "fullname": "redis.client.Pipeline.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "redis.client.Pipeline.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "connection_pool", "response_callbacks", "transaction", "shard_hint"], "flags": [], "fullname": "redis.client.Pipeline.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "connection_pool", "response_callbacks", "transaction", "shard_hint"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Pipeline", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acl_cat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "category"], "flags": [], "fullname": "redis.client.Pipeline.acl_cat", "name": "acl_cat", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "category"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_cat of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_deluser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "flags": [], "fullname": "redis.client.Pipeline.acl_deluser", "name": "acl_deluser", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_deluser of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_genpass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.acl_genpass", "name": "acl_genpass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_genpass of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_getuser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "flags": [], "fullname": "redis.client.Pipeline.acl_getuser", "name": "acl_getuser", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_getuser of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.acl_list", "name": "acl_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_list of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.acl_load", "name": "acl_load", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_load of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_setuser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "username", "enabled", "nopass", "passwords", "hashed_passwords", "categories", "commands", "keys", "reset", "reset_keys", "reset_passwords"], "flags": [], "fullname": "redis.client.Pipeline.acl_setuser", "name": "acl_setuser", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "username", "enabled", "nopass", "passwords", "hashed_passwords", "categories", "commands", "keys", "reset", "reset_keys", "reset_passwords"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.str", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_setuser of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_users": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.acl_users", "name": "acl_users", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_users of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "acl_whoami": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.acl_whoami", "name": "acl_whoami", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_whoami of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "annotate_exception": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exception", "number", "command"], "flags": [], "fullname": "redis.client.Pipeline.annotate_exception", "name": "annotate_exception", "type": null}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "redis.client.Pipeline.append", "name": "append", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "append of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "bgrewriteaof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.bgrewriteaof", "name": "bgrewriteaof", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bgrewriteaof of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "bgsave": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.bgsave", "name": "bgsave", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bgsave of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "bitcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "start", "end"], "flags": [], "fullname": "redis.client.Pipeline.bitcount", "name": "bitcount", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitcount of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "bitop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "operation", "dest", "keys"], "flags": [], "fullname": "redis.client.Pipeline.bitop", "name": "bitop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "operation", "dest", "keys"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitop of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "bitpos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "key", "bit", "start", "end"], "flags": [], "fullname": "redis.client.Pipeline.bitpos", "name": "bitpos", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "key", "bit", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitpos of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "blpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": [], "fullname": "redis.client.Pipeline.blpop", "name": "blpop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blpop of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "brpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": [], "fullname": "redis.client.Pipeline.brpop", "name": "brpop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "brpop of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "brpoplpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "src", "dst", "timeout"], "flags": [], "fullname": "redis.client.Pipeline.brpoplpush", "name": "brpoplpush", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "src", "dst", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "brpoplpush of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "bzpopmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": [], "fullname": "redis.client.Pipeline.bzpopmax", "name": "bzpopmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmax of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "bzpopmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": [], "fullname": "redis.client.Pipeline.bzpopmin", "name": "bzpopmin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmin of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "client": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.client", "name": "client", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client of Pipeline", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "client_getname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.client_getname", "name": "client_getname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_getname of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "client_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.client_id", "name": "client_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_id of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "client_kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "flags": [], "fullname": "redis.client.Pipeline.client_kill", "name": "client_kill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_kill of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "client_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.client_list", "name": "client_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_list of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "client_setname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.client_setname", "name": "client_setname", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_setname of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "cluster": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "cluster_arg", "args"], "flags": [], "fullname": "redis.client.Pipeline.cluster", "name": "cluster", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "cluster_arg", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cluster of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "command_stack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.command_stack", "name": "command_stack", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "config_get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "flags": [], "fullname": "redis.client.Pipeline.config_get", "name": "config_get", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "config_get of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "config_resetstat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.config_resetstat", "name": "config_resetstat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "config_resetstat of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "config_rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.config_rewrite", "name": "config_rewrite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "config_rewrite of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "config_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.config_set", "name": "config_set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "config_set of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.connection", "name": "connection", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "connection_pool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.connection_pool", "name": "connection_pool", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dbsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.dbsize", "name": "dbsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dbsize of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "debug_object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "redis.client.Pipeline.debug_object", "name": "debug_object", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "debug_object of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "decr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Pipeline.decr", "name": "decr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "decr of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "delete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Pipeline.delete", "name": "delete", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delete of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "echo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "redis.client.Pipeline.echo", "name": "echo", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "echo of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "eval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "script", "numkeys", "keys_and_args"], "flags": [], "fullname": "redis.client.Pipeline.eval", "name": "eval", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "script", "numkeys", "keys_and_args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "eval of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "evalsha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "sha", "numkeys", "keys_and_args"], "flags": [], "fullname": "redis.client.Pipeline.evalsha", "name": "evalsha", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "sha", "numkeys", "keys_and_args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "evalsha of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "execute": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "raise_on_error"], "flags": [], "fullname": "redis.client.Pipeline.execute", "name": "execute", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "raise_on_error"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "execute of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "execute_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "options"], "flags": [], "fullname": "redis.client.Pipeline.execute_command", "name": "execute_command", "type": null}}, "exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Pipeline.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exists of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "expire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "flags": [], "fullname": "redis.client.Pipeline.expire", "name": "expire", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.timedelta"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expire of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "expireat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "when"], "flags": [], "fullname": "redis.client.Pipeline.expireat", "name": "expireat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "when"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expireat of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "explicit_transaction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.explicit_transaction", "name": "explicit_transaction", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "flushall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.flushall", "name": "flushall", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flushall of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "flushdb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.flushdb", "name": "flushdb", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flushdb of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "getbit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "offset"], "flags": [], "fullname": "redis.client.Pipeline.getbit", "name": "getbit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbit of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "getrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "key", "start", "end"], "flags": [], "fullname": "redis.client.Pipeline.getrange", "name": "getrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "key", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getrange of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "getset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.getset", "name": "getset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hdel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "keys"], "flags": [], "fullname": "redis.client.Pipeline.hdel", "name": "hdel", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "keys"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hdel of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hexists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "flags": [], "fullname": "redis.client.Pipeline.hexists", "name": "hexists", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hexists of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "flags": [], "fullname": "redis.client.Pipeline.hget", "name": "hget", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hget of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hgetall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.hgetall", "name": "hgetall", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hgetall of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hincrby": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "flags": [], "fullname": "redis.client.Pipeline.hincrby", "name": "hincrby", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hincrby of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hincrbyfloat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "flags": [], "fullname": "redis.client.Pipeline.hincrbyfloat", "name": "hincrbyfloat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hincrbyfloat of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hkeys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.hkeys", "name": "hkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hkeys of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.hlen", "name": "hlen", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hlen of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hmget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "name", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.hmget", "name": "hmget", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "name", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hmget of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hmset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mapping"], "flags": [], "fullname": "redis.client.Pipeline.hmset", "name": "hmset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hmset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hscan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "flags": [], "fullname": "redis.client.Pipeline.hscan", "name": "hscan", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hscan of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hscan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "match", "count"], "flags": [], "fullname": "redis.client.Pipeline.hscan_iter", "name": "hscan_iter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hscan_iter of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "hset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Pipeline.hset", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "key", "value", "mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Pipeline.hset", "name": "hset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hset", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "key", "value", "mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Pipeline.hset", "name": "hset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hset", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["self", "name", "mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Pipeline.hset", "name": "hset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "name", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hset", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "name", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}]}}}, "hsetnx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "key", "value"], "flags": [], "fullname": "redis.client.Pipeline.hsetnx", "name": "hsetnx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "key", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsetnx of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "hvals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.hvals", "name": "hvals", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hvals of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "immediate_execute_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "options"], "flags": [], "fullname": "redis.client.Pipeline.immediate_execute_command", "name": "immediate_execute_command", "type": null}}, "incr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Pipeline.incr", "name": "incr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incr of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "incrby": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Pipeline.incrby", "name": "incrby", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrby of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "incrbyfloat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Pipeline.incrbyfloat", "name": "incrbyfloat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrbyfloat of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "section"], "flags": [], "fullname": "redis.client.Pipeline.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "section"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "flags": [], "fullname": "redis.client.Pipeline.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "lastsave": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.lastsave", "name": "lastsave", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lastsave of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "lindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "index"], "flags": [], "fullname": "redis.client.Pipeline.lindex", "name": "lindex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "index"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lindex of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "linsert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "where", "refvalue", "value"], "flags": [], "fullname": "redis.client.Pipeline.linsert", "name": "linsert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "where", "refvalue", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "BEFORE"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "AFTER"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "before"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "after"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linsert of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "llen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.llen", "name": "llen", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "llen of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "load_scripts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.load_scripts", "name": "load_scripts", "type": null}}, "lock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "flags": [], "fullname": "redis.client.Pipeline.lock", "name": "lock", "type": null}}, "lpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.lpop", "name": "lpop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lpop of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "lpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Pipeline.lpush", "name": "lpush", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lpush of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "lpushx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.lpushx", "name": "lpushx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lpushx of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "lrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "flags": [], "fullname": "redis.client.Pipeline.lrange", "name": "lrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lrange of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "lrem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "count", "value"], "flags": [], "fullname": "redis.client.Pipeline.lrem", "name": "lrem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "count", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lrem of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "lset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "index", "value"], "flags": [], "fullname": "redis.client.Pipeline.lset", "name": "lset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "index", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "ltrim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "flags": [], "fullname": "redis.client.Pipeline.ltrim", "name": "ltrim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ltrim of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "mget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.mget", "name": "mget", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mget of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "monitor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.monitor", "name": "monitor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monitor of Pipeline", "ret_type": "redis.client.Monitor", "type_guard": null, "variables": []}}}, "move": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "db"], "flags": [], "fullname": "redis.client.Pipeline.move", "name": "move", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "db"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "move of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "mset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "redis.client.Pipeline.mset", "name": "mset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "msetnx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "redis.client.Pipeline.msetnx", "name": "msetnx", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "msetnx of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "multi": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.multi", "name": "multi", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "multi of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "infotype", "key"], "flags": [], "fullname": "redis.client.Pipeline.object", "name": "object", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "infotype", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "object of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "parse_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "connection", "command_name", "options"], "flags": [], "fullname": "redis.client.Pipeline.parse_response", "name": "parse_response", "type": null}}, "persist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.persist", "name": "persist", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "persist of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pexpire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "flags": [], "fullname": "redis.client.Pipeline.pexpire", "name": "pexpire", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.timedelta"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pexpire of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pexpireat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "when"], "flags": [], "fullname": "redis.client.Pipeline.pexpireat", "name": "pexpireat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "when"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.datetime"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pexpireat of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pfadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Pipeline.pfadd", "name": "pfadd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pfadd of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pfcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.pfcount", "name": "pfcount", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pfcount of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pfmerge": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "dest", "sources"], "flags": [], "fullname": "redis.client.Pipeline.pfmerge", "name": "pfmerge", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "dest", "sources"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pfmerge of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "ping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.ping", "name": "ping", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ping of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pipeline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "transaction", "shard_hint"], "flags": [], "fullname": "redis.client.Pipeline.pipeline", "name": "pipeline", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "transaction", "shard_hint"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipeline of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pipeline_execute_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "options"], "flags": [], "fullname": "redis.client.Pipeline.pipeline_execute_command", "name": "pipeline_execute_command", "type": null}}, "psetex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "time_ms", "value"], "flags": [], "fullname": "redis.client.Pipeline.psetex", "name": "psetex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "time_ms", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "psetex of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pttl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.pttl", "name": "pttl", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pttl of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "publish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "channel", "message"], "flags": [], "fullname": "redis.client.Pipeline.publish", "name": "publish", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "channel", "message"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "publish of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pubsub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "shard_hint", "ignore_subscribe_messages"], "flags": [], "fullname": "redis.client.Pipeline.pubsub", "name": "pubsub", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "shard_hint", "ignore_subscribe_messages"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub of Pipeline", "ret_type": "redis.client.PubSub", "type_guard": null, "variables": []}}}, "pubsub_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "flags": [], "fullname": "redis.client.Pipeline.pubsub_channels", "name": "pubsub_channels", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub_channels of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pubsub_numpat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.pubsub_numpat", "name": "pubsub_numpat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub_numpat of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "pubsub_numsub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.Pipeline.pubsub_numsub", "name": "pubsub_numsub", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub_numsub of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "raise_first_error": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "commands", "response"], "flags": [], "fullname": "redis.client.Pipeline.raise_first_error", "name": "raise_first_error", "type": null}}, "randomkey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.randomkey", "name": "randomkey", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "randomkey of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "readonly": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.readonly", "name": "readonly", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readonly of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "readwrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.readwrite", "name": "readwrite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readwrite of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "register_script": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "flags": [], "fullname": "redis.client.Pipeline.register_script", "name": "register_script", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_script of Pipeline", "ret_type": "redis.client.Script", "type_guard": null, "variables": []}}}, "rename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "flags": [], "fullname": "redis.client.Pipeline.rename", "name": "rename", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rename of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "renamenx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "flags": [], "fullname": "redis.client.Pipeline.renamenx", "name": "renamenx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "renamenx of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "response_callbacks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.response_callbacks", "name": "response_callbacks", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "restore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "ttl", "value", "replace"], "flags": [], "fullname": "redis.client.Pipeline.restore", "name": "restore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "ttl", "value", "replace"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "restore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "rpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.rpop", "name": "rpop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpop of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "rpoplpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "flags": [], "fullname": "redis.client.Pipeline.rpoplpush", "name": "rpoplpush", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpoplpush of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "rpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Pipeline.rpush", "name": "rpush", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpush of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "rpushx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.rpushx", "name": "rpushx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpushx of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Pipeline.sadd", "name": "sadd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sadd of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "save": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.save", "name": "save", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "scan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "cursor", "match", "count"], "flags": [], "fullname": "redis.client.Pipeline.scan", "name": "scan", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "cursor", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "builtins.int", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scan of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "scan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "match", "count"], "flags": [], "fullname": "redis.client.Pipeline.scan_iter", "name": "scan_iter", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scan_iter of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "scard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.scard", "name": "scard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scard of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "script_exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.Pipeline.script_exists", "name": "script_exists", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "script_exists of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "script_flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.script_flush", "name": "script_flush", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "script_flush of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "script_kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.script_kill", "name": "script_kill", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "script_kill of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "script_load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "flags": [], "fullname": "redis.client.Pipeline.script_load", "name": "script_load", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "script_load of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "scripts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.scripts", "name": "scripts", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sdiff": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.sdiff", "name": "sdiff", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sdiff of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sdiffstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.sdiffstore", "name": "sdiffstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sdiffstore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.Pipeline.sentinel", "name": "sentinel", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sentinel_get_master_addr_by_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_get_master_addr_by_name", "name": "sentinel_get_master_addr_by_name", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_get_master_addr_by_name of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel_master": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_master", "name": "sentinel_master", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_master of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel_masters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_masters", "name": "sentinel_masters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_masters of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel_monitor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "ip", "port", "quorum"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_monitor", "name": "sentinel_monitor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "ip", "port", "quorum"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_monitor of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel_remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_remove", "name": "sentinel_remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_remove of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel_sentinels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_sentinels", "name": "sentinel_sentinels", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_sentinels of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "option", "value"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_set", "name": "sentinel_set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "option", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_set of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sentinel_slaves": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Pipeline.sentinel_slaves", "name": "sentinel_slaves", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sentinel_slaves of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "value", "ex", "px", "nx", "xx", "keepttl"], "flags": [], "fullname": "redis.client.Pipeline.set", "name": "set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "value", "ex", "px", "nx", "xx", "keepttl"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "datetime.timedelta"]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "datetime.timedelta"]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "set_response_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "command", "callback"], "flags": [], "fullname": "redis.client.Pipeline.set_response_callback", "name": "set_response_callback", "type": null}}, "setbit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "offset", "value"], "flags": [], "fullname": "redis.client.Pipeline.setbit", "name": "setbit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "offset", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setbit of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "setex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "time", "value"], "flags": [], "fullname": "redis.client.Pipeline.setex", "name": "setex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "time", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.timedelta"]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setex of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "setnx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.setnx", "name": "setnx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setnx of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "setrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "offset", "value"], "flags": [], "fullname": "redis.client.Pipeline.setrange", "name": "setrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "offset", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setrange of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "shard_hint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.shard_hint", "name": "shard_hint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "shutdown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.shutdown", "name": "shutdown", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shutdown of Pipeline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sinter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.sinter", "name": "sinter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinter of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sinterstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.sinterstore", "name": "sinterstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinterstore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sismember": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.sismember", "name": "sismember", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sismember of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "slaveof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "host", "port"], "flags": [], "fullname": "redis.client.Pipeline.slaveof", "name": "slaveof", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "host", "port"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "slaveof of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "slowlog_get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "num"], "flags": [], "fullname": "redis.client.Pipeline.slowlog_get", "name": "slowlog_get", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "num"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "slowlog_get of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "slowlog_len": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.slowlog_len", "name": "slowlog_len", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "slowlog_len of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "slowlog_reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.slowlog_reset", "name": "slowlog_reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "slowlog_reset of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "smembers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.smembers", "name": "smembers", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "smembers of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "smove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "src", "dst", "value"], "flags": [], "fullname": "redis.client.Pipeline.smove", "name": "smove", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "src", "dst", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "smove of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "flags": [], "fullname": "redis.client.Pipeline.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "spop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "flags": [], "fullname": "redis.client.Pipeline.spop", "name": "spop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spop of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "srandmember": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "number"], "flags": [], "fullname": "redis.client.Pipeline.srandmember", "name": "srandmember", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "number"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "srandmember of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "srem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Pipeline.srem", "name": "srem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "srem of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sscan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "flags": [], "fullname": "redis.client.Pipeline.sscan", "name": "sscan", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sscan of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sscan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "match", "count"], "flags": [], "fullname": "redis.client.Pipeline.sscan_iter", "name": "sscan_iter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sscan_iter of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "strlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.strlen", "name": "strlen", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "strlen of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "substr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "start", "end"], "flags": [], "fullname": "redis.client.Pipeline.substr", "name": "substr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "substr of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sunion": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.sunion", "name": "sunion", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sunion of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "sunionstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "flags": [], "fullname": "redis.client.Pipeline.sunionstore", "name": "sunionstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sunionstore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.time", "name": "time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "transaction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.transaction", "name": "transaction", "type": "builtins.bool"}}, "ttl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.ttl", "name": "ttl", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ttl of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "type of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "unlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Pipeline.unlink", "name": "unlink", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unlink of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "unwatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Pipeline.unwatch", "name": "unwatch", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unwatch of Pipeline", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "watch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Pipeline.watch", "name": "watch", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "watch of Pipeline", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "watching": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Pipeline.watching", "name": "watching", "type": "builtins.bool"}}, "xack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "name", "groupname", "ids"], "flags": [], "fullname": "redis.client.Pipeline.xack", "name": "xack", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "name", "groupname", "ids"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xack of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "fields", "id", "maxlen", "approximate"], "flags": [], "fullname": "redis.client.Pipeline.xadd", "name": "xadd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "fields", "id", "maxlen", "approximate"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xadd of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xclaim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "groupname", "consumername", "min_idle_time", "message_ids", "idle", "time", "retrycount", "force", "justid"], "flags": [], "fullname": "redis.client.Pipeline.xclaim", "name": "xclaim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "groupname", "consumername", "min_idle_time", "message_ids", "idle", "time", "retrycount", "force", "justid"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xclaim of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xdel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "ids"], "flags": [], "fullname": "redis.client.Pipeline.xdel", "name": "xdel", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "ids"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xdel of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xgroup_create": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "name", "groupname", "id", "mkstream"], "flags": [], "fullname": "redis.client.Pipeline.xgroup_create", "name": "xgroup_create", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "name", "groupname", "id", "mkstream"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xgroup_create of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xgroup_delconsumer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "groupname", "consumername"], "flags": [], "fullname": "redis.client.Pipeline.xgroup_delconsumer", "name": "xgroup_delconsumer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "groupname", "consumername"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xgroup_delconsumer of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xgroup_destroy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "flags": [], "fullname": "redis.client.Pipeline.xgroup_destroy", "name": "xgroup_destroy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xgroup_destroy of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xgroup_setid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "groupname", "id"], "flags": [], "fullname": "redis.client.Pipeline.xgroup_setid", "name": "xgroup_setid", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "groupname", "id"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xgroup_setid of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xinfo_consumers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "flags": [], "fullname": "redis.client.Pipeline.xinfo_consumers", "name": "xinfo_consumers", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xinfo_consumers of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xinfo_groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.xinfo_groups", "name": "xinfo_groups", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xinfo_groups of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xinfo_stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.xinfo_stream", "name": "xinfo_stream", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xinfo_stream of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.xlen", "name": "xlen", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlen of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xpending": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "flags": [], "fullname": "redis.client.Pipeline.xpending", "name": "xpending", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xpending of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xpending_range": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "groupname", "min", "max", "count", "consumername"], "flags": [], "fullname": "redis.client.Pipeline.xpending_range", "name": "xpending_range", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "groupname", "min", "max", "count", "consumername"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xpending_range of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "count"], "flags": [], "fullname": "redis.client.Pipeline.xrange", "name": "xrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xrange of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xread": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "streams", "count", "block"], "flags": [], "fullname": "redis.client.Pipeline.xread", "name": "xread", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "streams", "count", "block"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xread of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xreadgroup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "groupname", "consumername", "streams", "count", "block", "noack"], "flags": [], "fullname": "redis.client.Pipeline.xreadgroup", "name": "xreadgroup", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "groupname", "consumername", "streams", "count", "block", "noack"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xreadgroup of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xrevrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "max", "min", "count"], "flags": [], "fullname": "redis.client.Pipeline.xrevrange", "name": "xrevrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "max", "min", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xrevrange of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "xtrim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "maxlen", "approximate"], "flags": [], "fullname": "redis.client.Pipeline.xtrim", "name": "xtrim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "maxlen", "approximate"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xtrim of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "mapping", "nx", "xx", "ch", "incr"], "flags": [], "fullname": "redis.client.Pipeline.zadd", "name": "zadd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "mapping", "nx", "xx", "ch", "incr"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zadd of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zcard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Pipeline.zcard", "name": "zcard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zcard of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Pipeline.zcount", "name": "zcount", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zcount of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zincrby": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "amount", "value"], "flags": [], "fullname": "redis.client.Pipeline.zincrby", "name": "zincrby", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "amount", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zincrby of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zinterstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "flags": [], "fullname": "redis.client.Pipeline.zinterstore", "name": "zinterstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "SUM"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MIN"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MAX"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zinterstore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zlexcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Pipeline.zlexcount", "name": "zlexcount", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zlexcount of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zpopmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "flags": [], "fullname": "redis.client.Pipeline.zpopmax", "name": "zpopmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zpopmax of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zpopmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "flags": [], "fullname": "redis.client.Pipeline.zpopmin", "name": "zpopmin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zpopmin of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "flags": [], "fullname": "redis.client.Pipeline.zrange", "name": "zrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrange of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrangebylex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "flags": [], "fullname": "redis.client.Pipeline.zrangebylex", "name": "zrangebylex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrangebylex of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrangebyscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "flags": [], "fullname": "redis.client.Pipeline.zrangebyscore", "name": "zrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrangebyscore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.zrank", "name": "zrank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrank of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Pipeline.zrem", "name": "zrem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrem of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zremrangebylex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Pipeline.zremrangebylex", "name": "zremrangebylex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zremrangebylex of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zremrangebyrank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Pipeline.zremrangebyrank", "name": "zremrangebyrank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zremrangebyrank of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zremrangebyscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Pipeline.zremrangebyscore", "name": "zremrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zremrangebyscore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrevrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "flags": [], "fullname": "redis.client.Pipeline.zrevrange", "name": "zrevrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrange of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrevrangebylex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "flags": [], "fullname": "redis.client.Pipeline.zrevrangebylex", "name": "zrevrangebylex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrangebylex of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrevrangebyscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "flags": [], "fullname": "redis.client.Pipeline.zrevrangebyscore", "name": "zrevrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrangebyscore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zrevrank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.zrevrank", "name": "zrevrank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrank of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zscan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count", "score_cast_func"], "flags": [], "fullname": "redis.client.Pipeline.zscan", "name": "zscan", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zscan of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zscan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "match", "count", "score_cast_func"], "flags": [], "fullname": "redis.client.Pipeline.zscan_iter", "name": "zscan_iter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "match", "count", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zscan_iter of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "zscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Pipeline.zscore", "name": "zscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zscore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "zunionstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "flags": [], "fullname": "redis.client.Pipeline.zunionstore", "name": "zunionstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "SUM"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MIN"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MAX"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zunionstore of Pipeline", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_StrType"], "typeddict_type": null}}, "PubSub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.client.PubSub", "name": "PubSub", "type_vars": []}, "flags": [], "fullname": "redis.client.PubSub", "metaclass_type": null, "metadata": {}, "module_name": "redis.client", "mro": ["redis.client.PubSub", "builtins.object"], "names": {".class": "SymbolTable", "PUBLISH_MESSAGE_TYPES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.PUBLISH_MESSAGE_TYPES", "name": "PUBLISH_MESSAGE_TYPES", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "UNSUBSCRIBE_MESSAGE_TYPES": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.UNSUBSCRIBE_MESSAGE_TYPES", "name": "UNSUBSCRIBE_MESSAGE_TYPES", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.PubSub.__del__", "name": "__del__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "connection_pool", "shard_hint", "ignore_subscribe_messages"], "flags": [], "fullname": "redis.client.PubSub.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "connection_pool", "shard_hint", "ignore_subscribe_messages"], "arg_types": ["redis.client.PubSub", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PubSub", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.channels", "name": "channels", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.PubSub.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["redis.client.PubSub"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of PubSub", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.connection", "name": "connection", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "connection_pool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.connection_pool", "name": "connection_pool", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "decode_responses": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.decode_responses", "name": "decode_responses", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "redis.client.PubSub.encode", "name": "encode", "type": null}}, "encoding": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.encoding", "name": "encoding", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "encoding_errors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.encoding_errors", "name": "encoding_errors", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "execute_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "redis.client.PubSub.execute_command", "name": "execute_command", "type": null}}, "get_message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "ignore_subscribe_messages", "timeout"], "flags": [], "fullname": "redis.client.PubSub.get_message", "name": "get_message", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "ignore_subscribe_messages", "timeout"], "arg_types": ["redis.client.PubSub", "builtins.bool", "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_message of PubSub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "handle_message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "response", "ignore_subscribe_messages"], "flags": [], "fullname": "redis.client.PubSub.handle_message", "name": "handle_message", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "response", "ignore_subscribe_messages"], "arg_types": ["redis.client.PubSub", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle_message of PubSub", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "ignore_subscribe_messages": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.ignore_subscribe_messages", "name": "ignore_subscribe_messages", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "listen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.PubSub.listen", "name": "listen", "type": null}}, "on_connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "connection"], "flags": [], "fullname": "redis.client.PubSub.on_connect", "name": "on_connect", "type": null}}, "parse_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "block"], "flags": [], "fullname": "redis.client.PubSub.parse_response", "name": "parse_response", "type": null}}, "patterns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.patterns", "name": "patterns", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "ping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "message"], "flags": [], "fullname": "redis.client.PubSub.ping", "name": "ping", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "message"], "arg_types": ["redis.client.PubSub", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ping of PubSub", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "psubscribe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "redis.client.PubSub.psubscribe", "name": "psubscribe", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["redis.client.PubSub", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "psubscribe of PubSub", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "punsubscribe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.PubSub.punsubscribe", "name": "punsubscribe", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["redis.client.PubSub", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "punsubscribe of PubSub", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.PubSub.reset", "name": "reset", "type": null}}, "run_in_thread": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "sleep_time"], "flags": [], "fullname": "redis.client.PubSub.run_in_thread", "name": "run_in_thread", "type": null}}, "shard_hint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.PubSub.shard_hint", "name": "shard_hint", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "subscribe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "redis.client.PubSub.subscribe", "name": "subscribe", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["redis.client.PubSub", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "subscribe of PubSub", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "subscribed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "redis.client.PubSub.subscribed", "name": "subscribed", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "subscribed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["redis.client.PubSub"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "subscribed of PubSub", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "unsubscribe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.PubSub.unsubscribe", "name": "unsubscribe", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["redis.client.PubSub", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unsubscribe of PubSub", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Redis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.client.Redis", "name": "Redis", "type_vars": [{".class": "TypeVarDef", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}]}, "flags": [], "fullname": "redis.client.Redis", "metaclass_type": null, "metadata": {}, "module_name": "redis.client", "mro": ["redis.client.Redis", "builtins.object"], "names": {".class": "SymbolTable", "RESPONSE_CALLBACKS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Redis.RESPONSE_CALLBACKS", "name": "RESPONSE_CALLBACKS", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Redis.__contains__", "name": "__contains__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.__del__", "name": "__del__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__del__ of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "_Key"], "flags": [], "fullname": "redis.client.Redis.__delitem__", "name": "__delitem__", "type": null}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_value", "traceback"], "flags": [], "fullname": "redis.client.Redis.__exit__", "name": "__exit__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.__getitem__", "name": "__getitem__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "redis.client.Redis"}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "redis.client.Redis"}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Redis", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__new__ of Redis", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}]}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.__setitem__", "name": "__setitem__", "type": null}}, "acl_cat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "category"], "flags": [], "fullname": "redis.client.Redis.acl_cat", "name": "acl_cat", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "category"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_cat of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "acl_deluser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "flags": [], "fullname": "redis.client.Redis.acl_deluser", "name": "acl_deluser", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_deluser of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "acl_genpass": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.acl_genpass", "name": "acl_genpass", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_genpass of Redis", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "acl_getuser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "flags": [], "fullname": "redis.client.Redis.acl_getuser", "name": "acl_getuser", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "username"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_getuser of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "acl_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.acl_list", "name": "acl_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_list of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "acl_load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.acl_load", "name": "acl_load", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_load of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "acl_setuser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "username", "enabled", "nopass", "passwords", "hashed_passwords", "categories", "commands", "keys", "reset", "reset_keys", "reset_passwords"], "flags": [], "fullname": "redis.client.Redis.acl_setuser", "name": "acl_setuser", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "username", "enabled", "nopass", "passwords", "hashed_passwords", "categories", "commands", "keys", "reset", "reset_keys", "reset_passwords"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.str", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_setuser of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "acl_users": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.acl_users", "name": "acl_users", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_users of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "acl_whoami": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.acl_whoami", "name": "acl_whoami", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "acl_whoami of Redis", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "append": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "redis.client.Redis.append", "name": "append", "type": null}}, "bgrewriteaof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.bgrewriteaof", "name": "bgrewriteaof", "type": null}}, "bgsave": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.bgsave", "name": "bgsave", "type": null}}, "bitcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "start", "end"], "flags": [], "fullname": "redis.client.Redis.bitcount", "name": "bitcount", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "key", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bitcount of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "bitop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "operation", "dest", "keys"], "flags": [], "fullname": "redis.client.Redis.bitop", "name": "bitop", "type": null}}, "bitpos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "key", "bit", "start", "end"], "flags": [], "fullname": "redis.client.Redis.bitpos", "name": "bitpos", "type": null}}, "blpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.blpop", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.blpop", "name": "blpop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blpop of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "blpop", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.blpop", "name": "blpop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blpop of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "blpop", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blpop of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "blpop of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}, "brpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.brpop", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.brpop", "name": "brpop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "brpop of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "brpop", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.brpop", "name": "brpop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "brpop of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "brpop", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "brpop of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "brpop of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}, "brpoplpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "src", "dst", "timeout"], "flags": [], "fullname": "redis.client.Redis.brpoplpush", "name": "brpoplpush", "type": null}}, "bzpopmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.bzpopmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.bzpopmax", "name": "bzpopmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmax of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bzpopmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.bzpopmax", "name": "bzpopmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmax of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bzpopmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmax of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmax of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}, "bzpopmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.bzpopmin", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.bzpopmin", "name": "bzpopmin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmin of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bzpopmin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.bzpopmin", "name": "bzpopmin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmin of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "bzpopmin", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmin of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "keys", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "bzpopmin of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}]}}}, "client": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.client", "name": "client", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}}, "client_getname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.client_getname", "name": "client_getname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_getname of Redis", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "client_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.client_id", "name": "client_id", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_id of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "client_kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "flags": [], "fullname": "redis.client.Redis.client_kill", "name": "client_kill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_kill of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "client_list": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.client_list", "name": "client_list", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_list of Redis", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "client_setname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.client_setname", "name": "client_setname", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "client_setname of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of Redis", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cluster": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "cluster_arg", "args"], "flags": [], "fullname": "redis.client.Redis.cluster", "name": "cluster", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "cluster_arg", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cluster of Redis", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "config_get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "flags": [], "fullname": "redis.client.Redis.config_get", "name": "config_get", "type": null}}, "config_resetstat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.config_resetstat", "name": "config_resetstat", "type": null}}, "config_rewrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.config_rewrite", "name": "config_rewrite", "type": null}}, "config_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.config_set", "name": "config_set", "type": null}}, "connection_pool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Redis.connection_pool", "name": "connection_pool", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "dbsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.dbsize", "name": "dbsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dbsize of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "debug_object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "redis.client.Redis.debug_object", "name": "debug_object", "type": null}}, "decr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Redis.decr", "name": "decr", "type": null}}, "delete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Redis.delete", "name": "delete", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "delete of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.dump", "name": "dump", "type": null}}, "echo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "redis.client.Redis.echo", "name": "echo", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "echo of Redis", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "eval": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "script", "numkeys", "keys_and_args"], "flags": [], "fullname": "redis.client.Redis.eval", "name": "eval", "type": null}}, "evalsha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "sha", "numkeys", "keys_and_args"], "flags": [], "fullname": "redis.client.Redis.evalsha", "name": "evalsha", "type": null}}, "execute_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "options"], "flags": [], "fullname": "redis.client.Redis.execute_command", "name": "execute_command", "type": null}}, "exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Redis.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "exists of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "expire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "flags": [], "fullname": "redis.client.Redis.expire", "name": "expire", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.timedelta"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "expire of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "expireat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "when"], "flags": [], "fullname": "redis.client.Redis.expireat", "name": "expireat", "type": null}}, "flushall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.flushall", "name": "flushall", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flushall of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "flushdb": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.flushdb", "name": "flushdb", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flushdb of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "from_url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_class"], "fullname": "redis.client.Redis.from_url", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "redis.client.Redis.from_url", "name": "from_url", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_url of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_classmethod"], "fullname": null, "name": "from_url", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "redis.client.Redis.from_url", "name": "from_url", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_url of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_classmethod"], "fullname": null, "name": "from_url", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "flags": ["is_class", "is_overload", "is_decorated"], "fullname": "redis.client.Redis.from_url", "name": "from_url", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_url of Redis", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_classmethod"], "fullname": null, "name": "from_url", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_url of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "errors", "decode_responses", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_url of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "url", "host", "port", "db", "password", "socket_timeout", "socket_connect_timeout", "socket_keepalive", "socket_keepalive_options", "connection_pool", "unix_socket_path", "encoding", "encoding_errors", "charset", "decode_responses", "errors", "retry_on_timeout", "ssl", "ssl_keyfile", "ssl_certfile", "ssl_cert_reqs", "ssl_ca_certs", "ssl_check_hostname", "max_connections", "single_connection_client", "health_check_interval", "client_name", "username"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["redis.connection.ConnectionPool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.float", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_url of Redis", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}]}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "getbit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "offset"], "flags": [], "fullname": "redis.client.Redis.getbit", "name": "getbit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbit of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "key", "start", "end"], "flags": [], "fullname": "redis.client.Redis.getrange", "name": "getrange", "type": null}}, "getset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.getset", "name": "getset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getset of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "hdel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "keys"], "flags": [], "fullname": "redis.client.Redis.hdel", "name": "hdel", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "keys"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hdel of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "hexists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "flags": [], "fullname": "redis.client.Redis.hexists", "name": "hexists", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hexists of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "hget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "flags": [], "fullname": "redis.client.Redis.hget", "name": "hget", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "key"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hget of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "hgetall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.hgetall", "name": "hgetall", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hgetall of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "hincrby": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "flags": [], "fullname": "redis.client.Redis.hincrby", "name": "hincrby", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hincrby of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "hincrbyfloat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "flags": [], "fullname": "redis.client.Redis.hincrbyfloat", "name": "hincrbyfloat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "key", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hincrbyfloat of Redis", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "hkeys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.hkeys", "name": "hkeys", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hkeys of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "hlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.hlen", "name": "hlen", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hlen of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "hmget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "name", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.hmget", "name": "hmget", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "name", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hmget of Redis", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "hmset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mapping"], "flags": [], "fullname": "redis.client.Redis.hmset", "name": "hmset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hmset of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "hscan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "flags": [], "fullname": "redis.client.Redis.hscan", "name": "hscan", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hscan of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.dict"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "hscan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "match", "count"], "flags": [], "fullname": "redis.client.Redis.hscan_iter", "name": "hscan_iter", "type": null}}, "hset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.hset", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "key", "value", "mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.hset", "name": "hset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hset", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "key", "value", "mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.hset", "name": "hset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hset", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 3], "arg_names": ["self", "name", "mapping"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.hset", "name": "hset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "name", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "hset", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "key", "value", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["self", "name", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hset of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "hsetnx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "key", "value"], "flags": [], "fullname": "redis.client.Redis.hsetnx", "name": "hsetnx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "key", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hsetnx of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "hvals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.hvals", "name": "hvals", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "hvals of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "incr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Redis.incr", "name": "incr", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incr of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "incrby": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Redis.incrby", "name": "incrby", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrby of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "incrbyfloat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "flags": [], "fullname": "redis.client.Redis.incrbyfloat", "name": "incrbyfloat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "amount"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.float"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "incrbyfloat of Redis", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "section"], "flags": [], "fullname": "redis.client.Redis.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "section"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "flags": [], "fullname": "redis.client.Redis.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "keys of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "lastsave": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.lastsave", "name": "lastsave", "type": null}}, "lindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "index"], "flags": [], "fullname": "redis.client.Redis.lindex", "name": "lindex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "index"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lindex of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "linsert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "where", "refvalue", "value"], "flags": [], "fullname": "redis.client.Redis.linsert", "name": "linsert", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "where", "refvalue", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "BEFORE"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "AFTER"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "before"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "after"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linsert of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "llen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.llen", "name": "llen", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "llen of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "lock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.lock", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.lock", "name": "lock", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lock of Redis", "ret_type": "redis.lock.Lock", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lock", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.lock", "name": "lock", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lock of Redis", "ret_type": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lock", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 3, 5], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.lock", "name": "lock", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 3, 5], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lock of Redis", "ret_type": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "lock", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lock of Redis", "ret_type": "redis.lock.Lock", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lock of Redis", "ret_type": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 3, 5], "arg_names": ["self", "name", "timeout", "sleep", "blocking_timeout", "lock_class", "thread_local"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lock of Redis", "ret_type": {".class": "TypeVarType", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._LockType", "id": -1, "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "lpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.lpop", "name": "lpop", "type": null}}, "lpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Redis.lpush", "name": "lpush", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lpush of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "lpushx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.lpushx", "name": "lpushx", "type": null}}, "lrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "flags": [], "fullname": "redis.client.Redis.lrange", "name": "lrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "lrem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "count", "value"], "flags": [], "fullname": "redis.client.Redis.lrem", "name": "lrem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "count", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lrem of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "lset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "index", "value"], "flags": [], "fullname": "redis.client.Redis.lset", "name": "lset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "index", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "lset of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ltrim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "flags": [], "fullname": "redis.client.Redis.ltrim", "name": "ltrim", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "start", "end"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ltrim of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "memory_purge": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.memory_purge", "name": "memory_purge", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_purge of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "memory_stats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.memory_stats", "name": "memory_stats", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "memory_stats of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "mget": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.mget", "name": "mget", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mget of Redis", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "NoneType"}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "monitor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.monitor", "name": "monitor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "monitor of Redis", "ret_type": "redis.client.Monitor", "type_guard": null, "variables": []}}}, "move": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "db"], "flags": [], "fullname": "redis.client.Redis.move", "name": "move", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "db"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "move of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "mset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "redis.client.Redis.mset", "name": "mset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mset of Redis", "ret_type": {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "type_guard": null, "variables": []}}}, "msetnx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "flags": [], "fullname": "redis.client.Redis.msetnx", "name": "msetnx", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "mapping"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "msetnx of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "infotype", "key"], "flags": [], "fullname": "redis.client.Redis.object", "name": "object", "type": null}}, "parse_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "connection", "command_name", "options"], "flags": [], "fullname": "redis.client.Redis.parse_response", "name": "parse_response", "type": null}}, "persist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.persist", "name": "persist", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "persist of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pexpire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "flags": [], "fullname": "redis.client.Redis.pexpire", "name": "pexpire", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "time"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.timedelta"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pexpire of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}]}, "type_guard": null, "variables": []}}}, "pexpireat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "when"], "flags": [], "fullname": "redis.client.Redis.pexpireat", "name": "pexpireat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "when"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.datetime"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pexpireat of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}]}, "type_guard": null, "variables": []}}}, "pfadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Redis.pfadd", "name": "pfadd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pfadd of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "pfcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.pfcount", "name": "pfcount", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pfcount of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "pfmerge": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "dest", "sources"], "flags": [], "fullname": "redis.client.Redis.pfmerge", "name": "pfmerge", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "dest", "sources"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pfmerge of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.ping", "name": "ping", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ping of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pipeline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "transaction", "shard_hint"], "flags": [], "fullname": "redis.client.Redis.pipeline", "name": "pipeline", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "transaction", "shard_hint"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipeline of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Pipeline"}, "type_guard": null, "variables": []}}}, "psetex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "time_ms", "value"], "flags": [], "fullname": "redis.client.Redis.psetex", "name": "psetex", "type": null}}, "pttl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.pttl", "name": "pttl", "type": null}}, "publish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "channel", "message"], "flags": [], "fullname": "redis.client.Redis.publish", "name": "publish", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "channel", "message"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "publish of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "pubsub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "shard_hint", "ignore_subscribe_messages"], "flags": [], "fullname": "redis.client.Redis.pubsub", "name": "pubsub", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "shard_hint", "ignore_subscribe_messages"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub of Redis", "ret_type": "redis.client.PubSub", "type_guard": null, "variables": []}}}, "pubsub_channels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "flags": [], "fullname": "redis.client.Redis.pubsub_channels", "name": "pubsub_channels", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "pattern"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub_channels of Redis", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "pubsub_numpat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.pubsub_numpat", "name": "pubsub_numpat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub_numpat of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "pubsub_numsub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.Redis.pubsub_numsub", "name": "pubsub_numsub", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pubsub_numsub of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "randomkey": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.randomkey", "name": "randomkey", "type": null}}, "readonly": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.readonly", "name": "readonly", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readonly of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readwrite": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.readwrite", "name": "readwrite", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "readwrite of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "register_script": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "flags": [], "fullname": "redis.client.Redis.register_script", "name": "register_script", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "register_script of Redis", "ret_type": "redis.client.Script", "type_guard": null, "variables": []}}}, "rename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "flags": [], "fullname": "redis.client.Redis.rename", "name": "rename", "type": null}}, "renamenx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "flags": [], "fullname": "redis.client.Redis.renamenx", "name": "renamenx", "type": null}}, "response_callbacks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Redis.response_callbacks", "name": "response_callbacks", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "restore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "ttl", "value", "replace"], "flags": [], "fullname": "redis.client.Redis.restore", "name": "restore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1], "arg_names": ["self", "name", "ttl", "value", "replace"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "restore of Redis", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "rpop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.rpop", "name": "rpop", "type": null}}, "rpoplpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "src", "dst"], "flags": [], "fullname": "redis.client.Redis.rpoplpush", "name": "rpoplpush", "type": null}}, "rpush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Redis.rpush", "name": "rpush", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rpush of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "rpushx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.rpushx", "name": "rpushx", "type": null}}, "sadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Redis.sadd", "name": "sadd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sadd of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "save": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.save", "name": "save", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "save of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "scan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "cursor", "match", "count"], "flags": [], "fullname": "redis.client.Redis.scan", "name": "scan", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "cursor", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, "builtins.int", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scan of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "scan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "match", "count"], "flags": [], "fullname": "redis.client.Redis.scan_iter", "name": "scan_iter", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scan_iter of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "scard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.scard", "name": "scard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "scard of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "script_exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.Redis.script_exists", "name": "script_exists", "type": null}}, "script_flush": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.script_flush", "name": "script_flush", "type": null}}, "script_kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.script_kill", "name": "script_kill", "type": null}}, "script_load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "script"], "flags": [], "fullname": "redis.client.Redis.script_load", "name": "script_load", "type": null}}, "sdiff": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.sdiff", "name": "sdiff", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sdiff of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "sdiffstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.sdiffstore", "name": "sdiffstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sdiffstore of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sentinel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.client.Redis.sentinel", "name": "sentinel", "type": null}}, "sentinel_get_master_addr_by_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Redis.sentinel_get_master_addr_by_name", "name": "sentinel_get_master_addr_by_name", "type": null}}, "sentinel_master": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Redis.sentinel_master", "name": "sentinel_master", "type": null}}, "sentinel_masters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.sentinel_masters", "name": "sentinel_masters", "type": null}}, "sentinel_monitor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "ip", "port", "quorum"], "flags": [], "fullname": "redis.client.Redis.sentinel_monitor", "name": "sentinel_monitor", "type": null}}, "sentinel_remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.sentinel_remove", "name": "sentinel_remove", "type": null}}, "sentinel_sentinels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Redis.sentinel_sentinels", "name": "sentinel_sentinels", "type": null}}, "sentinel_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "option", "value"], "flags": [], "fullname": "redis.client.Redis.sentinel_set", "name": "sentinel_set", "type": null}}, "sentinel_slaves": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.client.Redis.sentinel_slaves", "name": "sentinel_slaves", "type": null}}, "set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "value", "ex", "px", "nx", "xx", "keepttl"], "flags": [], "fullname": "redis.client.Redis.set", "name": "set", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "value", "ex", "px", "nx", "xx", "keepttl"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "datetime.timedelta"]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", "datetime.timedelta"]}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set of Redis", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "set_response_callback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "command", "callback"], "flags": [], "fullname": "redis.client.Redis.set_response_callback", "name": "set_response_callback", "type": null}}, "setbit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "offset", "value"], "flags": [], "fullname": "redis.client.Redis.setbit", "name": "setbit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "offset", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setbit of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "setex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "time", "value"], "flags": [], "fullname": "redis.client.Redis.setex", "name": "setex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "time", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", "datetime.timedelta"]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setex of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "setnx": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.setnx", "name": "setnx", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "setnx of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "setrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "offset", "value"], "flags": [], "fullname": "redis.client.Redis.setrange", "name": "setrange", "type": null}}, "shutdown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.shutdown", "name": "shutdown", "type": null}}, "sinter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.sinter", "name": "sinter", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinter of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "sinterstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.sinterstore", "name": "sinterstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sinterstore of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sismember": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.sismember", "name": "sismember", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sismember of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "slaveof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "host", "port"], "flags": [], "fullname": "redis.client.Redis.slaveof", "name": "slaveof", "type": null}}, "slowlog_get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "num"], "flags": [], "fullname": "redis.client.Redis.slowlog_get", "name": "slowlog_get", "type": null}}, "slowlog_len": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.slowlog_len", "name": "slowlog_len", "type": null}}, "slowlog_reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.slowlog_reset", "name": "slowlog_reset", "type": null}}, "smembers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.smembers", "name": "smembers", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "smembers of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "smove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "src", "dst", "value"], "flags": [], "fullname": "redis.client.Redis.smove", "name": "smove", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "src", "dst", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "smove of Redis", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.sort", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 3, 5], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 3, 5], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sort", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 3, 5], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "start", "num", "by", "get", "desc", "alpha", "store", "groups"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sort of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}]}}}, "spop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.spop", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.spop", "name": "spop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spop of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "spop", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "count"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.spop", "name": "spop", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spop of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "spop", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spop of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "spop of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "srandmember": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.srandmember", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "number"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.srandmember", "name": "srandmember", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "number"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "srandmember of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "srandmember", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "number"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.srandmember", "name": "srandmember", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "number"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "srandmember of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "srandmember", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "number"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "srandmember of Redis", "ret_type": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "number"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "srandmember of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "srem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Redis.srem", "name": "srem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "srem of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "sscan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "flags": [], "fullname": "redis.client.Redis.sscan", "name": "sscan", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sscan of Redis", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "sscan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "name", "match", "count"], "flags": [], "fullname": "redis.client.Redis.sscan_iter", "name": "sscan_iter", "type": null}}, "strlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.strlen", "name": "strlen", "type": null}}, "substr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "start", "end"], "flags": [], "fullname": "redis.client.Redis.substr", "name": "substr", "type": null}}, "sunion": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.sunion", "name": "sunion", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sunion of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "builtins.set"}, "type_guard": null, "variables": []}}}, "sunionstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "flags": [], "fullname": "redis.client.Redis.sunionstore", "name": "sunionstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "dest", "keys", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sunionstore of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.time", "name": "time", "type": null}}, "transaction": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "func", "watches", "kwargs"], "flags": [], "fullname": "redis.client.Redis.transaction", "name": "transaction", "type": null}}, "ttl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.ttl", "name": "ttl", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ttl of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.type", "name": "type", "type": null}}, "unlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Redis.unlink", "name": "unlink", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "unlink of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "unwatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.client.Redis.unwatch", "name": "unwatch", "type": null}}, "watch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "names"], "flags": [], "fullname": "redis.client.Redis.watch", "name": "watch", "type": null}}, "xack": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "name", "groupname", "ids"], "flags": [], "fullname": "redis.client.Redis.xack", "name": "xack", "type": null}}, "xadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "fields", "id", "maxlen", "approximate"], "flags": [], "fullname": "redis.client.Redis.xadd", "name": "xadd", "type": null}}, "xclaim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "name", "groupname", "consumername", "min_idle_time", "message_ids", "idle", "time", "retrycount", "force", "justid"], "flags": [], "fullname": "redis.client.Redis.xclaim", "name": "xclaim", "type": null}}, "xdel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "ids"], "flags": [], "fullname": "redis.client.Redis.xdel", "name": "xdel", "type": null}}, "xgroup_create": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "name", "groupname", "id", "mkstream"], "flags": [], "fullname": "redis.client.Redis.xgroup_create", "name": "xgroup_create", "type": null}}, "xgroup_delconsumer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "groupname", "consumername"], "flags": [], "fullname": "redis.client.Redis.xgroup_delconsumer", "name": "xgroup_delconsumer", "type": null}}, "xgroup_destroy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "flags": [], "fullname": "redis.client.Redis.xgroup_destroy", "name": "xgroup_destroy", "type": null}}, "xgroup_setid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "groupname", "id"], "flags": [], "fullname": "redis.client.Redis.xgroup_setid", "name": "xgroup_setid", "type": null}}, "xinfo_consumers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "flags": [], "fullname": "redis.client.Redis.xinfo_consumers", "name": "xinfo_consumers", "type": null}}, "xinfo_groups": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.xinfo_groups", "name": "xinfo_groups", "type": null}}, "xinfo_stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.xinfo_stream", "name": "xinfo_stream", "type": null}}, "xlen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.xlen", "name": "xlen", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "xlen of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "xpending": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "groupname"], "flags": [], "fullname": "redis.client.Redis.xpending", "name": "xpending", "type": null}}, "xpending_range": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 1], "arg_names": ["self", "name", "groupname", "min", "max", "count", "consumername"], "flags": [], "fullname": "redis.client.Redis.xpending_range", "name": "xpending_range", "type": null}}, "xrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "count"], "flags": [], "fullname": "redis.client.Redis.xrange", "name": "xrange", "type": null}}, "xread": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "streams", "count", "block"], "flags": [], "fullname": "redis.client.Redis.xread", "name": "xread", "type": null}}, "xreadgroup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "groupname", "consumername", "streams", "count", "block", "noack"], "flags": [], "fullname": "redis.client.Redis.xreadgroup", "name": "xreadgroup", "type": null}}, "xrevrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "max", "min", "count"], "flags": [], "fullname": "redis.client.Redis.xrevrange", "name": "xrevrange", "type": null}}, "xtrim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "maxlen", "approximate"], "flags": [], "fullname": "redis.client.Redis.xtrim", "name": "xtrim", "type": null}}, "zadd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "mapping", "nx", "xx", "ch", "incr"], "flags": [], "fullname": "redis.client.Redis.zadd", "name": "zadd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "mapping", "nx", "xx", "ch", "incr"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "type_ref": "typing.Mapping"}, "builtins.bool", "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zadd of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zcard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.client.Redis.zcard", "name": "zcard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zcard of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Redis.zcount", "name": "zcount", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zcount of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zincrby": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "amount", "value"], "flags": [], "fullname": "redis.client.Redis.zincrby", "name": "zincrby", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "amount", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.float", {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zincrby of Redis", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "zinterstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "flags": [], "fullname": "redis.client.Redis.zinterstore", "name": "zinterstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "SUM"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MIN"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MAX"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zinterstore of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zlexcount": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Redis.zlexcount", "name": "zlexcount", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zlexcount of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zpopmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "flags": [], "fullname": "redis.client.Redis.zpopmax", "name": "zpopmax", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zpopmax of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "zpopmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "flags": [], "fullname": "redis.client.Redis.zpopmin", "name": "zpopmin", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "count"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zpopmin of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "zrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.zrange", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 3, 5], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrange", "name": "zrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 3, 5], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrange", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrange", "name": "zrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrange", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 3, 5], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "zrangebylex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "flags": [], "fullname": "redis.client.Redis.zrangebylex", "name": "zrangebylex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrangebylex of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "zrangebyscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.zrangebyscore", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 3, 5], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrangebyscore", "name": "zrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 3, 5], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrangebyscore", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrangebyscore", "name": "zrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrangebyscore", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 3, 5], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "zrank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.zrank", "name": "zrank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrank of Redis", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "zrem": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "flags": [], "fullname": "redis.client.Redis.zrem", "name": "zrem", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "name", "values"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrem of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zremrangebylex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Redis.zremrangebylex", "name": "zremrangebylex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zremrangebylex of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zremrangebyrank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Redis.zremrangebyrank", "name": "zremrangebyrank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zremrangebyrank of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zremrangebyscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "flags": [], "fullname": "redis.client.Redis.zremrangebyscore", "name": "zremrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "min", "max"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zremrangebyscore of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "zrevrange": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.zrevrange", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 3, 5], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrevrange", "name": "zrevrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 3, 5], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrevrange", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrevrange", "name": "zrevrange", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrevrange", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 3, 5], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1], "arg_names": ["self", "name", "start", "end", "desc", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, "builtins.int", "builtins.int", "builtins.bool", "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrange of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "zrevrangebylex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "flags": [], "fullname": "redis.client.Redis.zrevrangebylex", "name": "zrevrangebylex", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrangebylex of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "zrevrangebyscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "redis.client.Redis.zrevrangebyscore", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 3, 5], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrevrangebyscore", "name": "zrevrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 3, 5], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrevrangebyscore", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "flags": ["is_overload", "is_decorated"], "fullname": "redis.client.Redis.zrevrangebyscore", "name": "zrevrangebyscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "zrevrangebyscore", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 3, 5], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.float"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "redis.client._ScoreCastFuncReturn", "id": -1, "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "min", "max", "start", "num", "withscores", "score_cast_func"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrangebyscore of Redis", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}]}}}, "zrevrank": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.zrevrank", "name": "zrevrank", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zrevrank of Redis", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "zscan": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "name", "cursor", "match", "count", "score_cast_func"], "flags": [], "fullname": "redis.client.Redis.zscan", "name": "zscan", "type": null}}, "zscan_iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "name", "match", "count", "score_cast_func"], "flags": [], "fullname": "redis.client.Redis.zscan_iter", "name": "zscan_iter", "type": null}}, "zscore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "flags": [], "fullname": "redis.client.Redis.zscore", "name": "zscore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Value"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zscore of Redis", "ret_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "zunionstore": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "flags": [], "fullname": "redis.client.Redis.zunionstore", "name": "zunionstore", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "dest", "keys", "aggregate"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "redis.client._StrType", "id": 1, "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}], "type_ref": "redis.client.Redis"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.client._Key"}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "SUM"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MIN"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "MAX"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "zunionstore of Redis", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": ["_StrType"], "typeddict_type": null}}, "SENTINEL_STATE_TYPES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.client.SENTINEL_STATE_TYPES", "name": "SENTINEL_STATE_TYPES", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "SYM_EMPTY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.client.SYM_EMPTY", "name": "SYM_EMPTY", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Script": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.client.Script", "name": "Script", "type_vars": []}, "flags": [], "fullname": "redis.client.Script", "metaclass_type": null, "metadata": {}, "module_name": "redis.client", "mro": ["redis.client.Script", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "keys", "args", "client"], "flags": [], "fullname": "redis.client.Script.__call__", "name": "__call__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "registered_client", "script"], "flags": [], "fullname": "redis.client.Script.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "registered_client", "script"], "arg_types": ["redis.client.Script", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Script", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "registered_client": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Script.registered_client", "name": "registered_client", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "script": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Script.script", "name": "script", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.client.Script.sha", "name": "sha", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_hidden": true, "module_public": false}, "StrictRedis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.client.StrictRedis", "line": 772, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "redis.client.Redis"}}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.client._Key", "line": 42, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}}}, "_LockType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "redis.client._LockType", "name": "_LockType", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_ScoreCastFuncReturn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "redis.client._ScoreCastFuncReturn", "name": "_ScoreCastFuncReturn", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_StrType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "redis.client._StrType", "name": "_StrType", "upper_bound": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "values": [], "variance": 0}}, "_Value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.client._Value", "line": 41, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "builtins.float", "builtins.int", "builtins.str"]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.client.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.client.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.client.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.client.__package__", "name": "__package__", "type": "builtins.str"}}, "bool_ok": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.bool_ok", "name": "bool_ok", "type": null}}, "datetime": {".class": "SymbolTableNode", "cross_ref": "datetime.datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "dict_merge": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["dicts"], "flags": [], "fullname": "redis.client.dict_merge", "name": "dict_merge", "type": null}}, "float_or_none": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.float_or_none", "name": "float_or_none", "type": null}}, "int_or_none": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.int_or_none", "name": "int_or_none", "type": null}}, "list_or_args": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["keys", "args"], "flags": [], "fullname": "redis.client.list_or_args", "name": "list_or_args", "type": null}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pairs_to_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.pairs_to_dict", "name": "pairs_to_dict", "type": null}}, "pairs_to_dict_typed": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["response", "type_info"], "flags": [], "fullname": "redis.client.pairs_to_dict_typed", "name": "pairs_to_dict_typed", "type": null}}, "parse_client_list": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.parse_client_list", "name": "parse_client_list", "type": null}}, "parse_config_get": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.parse_config_get", "name": "parse_config_get", "type": null}}, "parse_debug_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.parse_debug_object", "name": "parse_debug_object", "type": null}}, "parse_hscan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.parse_hscan", "name": "parse_hscan", "type": null}}, "parse_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.parse_info", "name": "parse_info", "type": null}}, "parse_object": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["response", "infotype"], "flags": [], "fullname": "redis.client.parse_object", "name": "parse_object", "type": null}}, "parse_scan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.parse_scan", "name": "parse_scan", "type": null}}, "parse_sentinel_get_master": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.parse_sentinel_get_master", "name": "parse_sentinel_get_master", "type": null}}, "parse_sentinel_master": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.parse_sentinel_master", "name": "parse_sentinel_master", "type": null}}, "parse_sentinel_masters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.parse_sentinel_masters", "name": "parse_sentinel_masters", "type": null}}, "parse_sentinel_slaves_and_sentinels": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.parse_sentinel_slaves_and_sentinels", "name": "parse_sentinel_slaves_and_sentinels", "type": null}}, "parse_sentinel_state": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["item"], "flags": [], "fullname": "redis.client.parse_sentinel_state", "name": "parse_sentinel_state", "type": null}}, "parse_slowlog_get": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.parse_slowlog_get", "name": "parse_slowlog_get", "type": null}}, "parse_zscan": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.parse_zscan", "name": "parse_zscan", "type": null}}, "sort_return_tuples": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.sort_return_tuples", "name": "sort_return_tuples", "type": null}}, "string_keys_to_dict": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["key_string", "callback"], "flags": [], "fullname": "redis.client.string_keys_to_dict", "name": "string_keys_to_dict", "type": null}}, "timedelta": {".class": "SymbolTableNode", "cross_ref": "datetime.timedelta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "timestamp_to_datetime": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["response"], "flags": [], "fullname": "redis.client.timestamp_to_datetime", "name": "timestamp_to_datetime", "type": null}}, "zset_score_pairs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["response", "options"], "flags": [], "fullname": "redis.client.zset_score_pairs", "name": "zset_score_pairs", "type": null}}}, "path": "/Users/max/.cache/pre-commit/repoejng1phv/py_env-python3.7/lib/python3.7/site-packages/redis-stubs/client.pyi"} |