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

Method numincrby

redis/commands/json/commands.py:306–308  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: str, path: str, number: int
    )

Source from the content-addressed store, hash-verified

304
305 @overload
306 def numincrby(
307 self: SyncClientProtocol, name: str, path: str, number: int
308 ) -> int | float | list[int | float | None]: ...
309
310 @overload
311 def numincrby(

Callers 5

dt_json.pyFile · 0.80
test_numincrbyFunction · 0.80
test_numincrbyFunction · 0.80

Calls 2

_encodeMethod · 0.80
execute_commandMethod · 0.45

Tested by 4

test_numincrbyFunction · 0.64
test_numincrbyFunction · 0.64