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

Method xgroup_create

redis/commands/core.py:7170–7177  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        groupname: GroupT,
        id: StreamIdT = "$",
        mkstream: bool = False,
        entries_read: int | None = None,
    )

Source from the content-addressed store, hash-verified

7168
7169 @overload
7170 def xgroup_create(
7171 self: SyncClientProtocol,
7172 name: KeyT,
7173 groupname: GroupT,
7174 id: StreamIdT = "$",
7175 mkstream: bool = False,
7176 entries_read: int | None = None,
7177 ) -> bool: ...
7178
7179 @overload
7180 def xgroup_create(

Callers 15

dt_stream.pyFile · 0.80
test_xackMethod · 0.80
test_xautoclaimMethod · 0.80
test_xclaimMethod · 0.80
test_xclaim_trimmedMethod · 0.80
test_xgroup_createMethod · 0.80
test_xgroup_destroyMethod · 0.80

Calls 3

appendMethod · 0.45
extendMethod · 0.45
execute_commandMethod · 0.45

Tested by 15

test_xackMethod · 0.64
test_xautoclaimMethod · 0.64
test_xclaimMethod · 0.64
test_xclaim_trimmedMethod · 0.64
test_xgroup_createMethod · 0.64
test_xgroup_destroyMethod · 0.64
test_xgroup_setidMethod · 0.64