MCPcopy
hub / github.com/redis/redis-py / objlen

Method objlen

redis/commands/json/commands.py:286–288  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: str, path: str | None = Path.root_path()
    )

Source from the content-addressed store, hash-verified

284
285 @overload
286 def objlen(
287 self: SyncClientProtocol, name: str, path: str | None = Path.root_path()
288 ) -> int | list[int | None] | None: ...
289
290 @overload
291 def objlen(

Callers 5

dt_json.pyFile · 0.80
test_objlenFunction · 0.80
test_objlen_dollarFunction · 0.80
test_objlenFunction · 0.80
test_objlen_dollarFunction · 0.80

Calls 2

root_pathMethod · 0.80
execute_commandMethod · 0.45

Tested by 4

test_objlenFunction · 0.64
test_objlen_dollarFunction · 0.64
test_objlenFunction · 0.64
test_objlen_dollarFunction · 0.64