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

Method objkeys

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

Source from the content-addressed store, hash-verified

264
265 @overload
266 def objkeys(
267 self: SyncClientProtocol, name: str, path: str | None = Path.root_path()
268 ) -> list[str] | list[list[str] | None] | None: ...
269
270 @overload
271 def objkeys(

Callers 5

dt_json.pyFile · 0.80
test_objkeysFunction · 0.80
test_objkeys_dollarFunction · 0.80
test_objkeysFunction · 0.80
test_objkeys_dollarFunction · 0.80

Calls 2

root_pathMethod · 0.80
execute_commandMethod · 0.45

Tested by 4

test_objkeysFunction · 0.64
test_objkeys_dollarFunction · 0.64
test_objkeysFunction · 0.64
test_objkeys_dollarFunction · 0.64