We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57320b5 commit a06bf55Copy full SHA for a06bf55
src/tools/json.py
@@ -1,9 +1,7 @@
1
from common.connection import RedisConnectionManager
2
from redis.exceptions import RedisError
3
from common.server import mcp
4
-from typing import Any, Dict, List, Union
5
-
6
-JsonType = Union[str, int, float, bool, None, Dict[str, Any], List[Any]]
+from redis.commands.json._util import JsonType
7
8
9
@mcp.tool()
0 commit comments