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

Method root_path

redis/commands/json/path.py:7–9  ·  view source on GitHub ↗

Return the root path's string representation.

()

Source from the content-addressed store, hash-verified

5
6 @staticmethod
7 def root_path():
8 """Return the root path's string representation."""
9 return "."
10
11 def __init__(self, path):
12 """Make a new path based on the string representation in `path`."""

Callers 15

query_geo.pyFile · 0.80
home_json.pyFile · 0.80
query_agg.pyFile · 0.80
query_em.pyFile · 0.80
query_ft.pyFile · 0.80
geo_index.pyFile · 0.80
query_range.pyFile · 0.80
query_combined.pyFile · 0.80
test_json_setbinarykeyFunction · 0.80

Calls

no outgoing calls