Skip to content

Commit

Permalink
Python: rename glide json (#2702)
Browse files Browse the repository at this point in the history
* Python: rename glide json
Signed-off-by: Shoham Elias <[email protected]>

---------

Signed-off-by: Shoham Elias <[email protected]>
  • Loading branch information
shohamazon authored Nov 20, 2024
1 parent 157ef16 commit ea5667b
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 203 deletions.
6 changes: 3 additions & 3 deletions python/python/glide/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
InsertPosition,
UpdateOptions,
)
from glide.async_commands.server_modules import ft, json
from glide.async_commands.server_modules import ft, glide_json
from glide.async_commands.server_modules.ft_options.ft_aggregate_options import (
FtAggregateApply,
FtAggregateClause,
Expand Down Expand Up @@ -67,7 +67,7 @@
FtSearchOptions,
ReturnField,
)
from glide.async_commands.server_modules.json import (
from glide.async_commands.server_modules.glide_json import (
JsonArrIndexOptions,
JsonArrPopOptions,
JsonGetOptions,
Expand Down Expand Up @@ -264,7 +264,7 @@
# PubSub
"PubSubMsg",
# Json
"json",
"glide_json",
"JsonGetOptions",
"JsonArrIndexOptions",
"JsonArrPopOptions",
Expand Down
Loading

0 comments on commit ea5667b

Please sign in to comment.