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

Method expireat

redis/commands/core.py:3035–3043  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        when: AbsExpiryT,
        nx: bool = False,
        xx: bool = False,
        gt: bool = False,
        lt: bool = False,
    )

Source from the content-addressed store, hash-verified

3033
3034 @overload
3035 def expireat(
3036 self: SyncClientProtocol,
3037 name: KeyT,
3038 when: AbsExpiryT,
3039 nx: bool = False,
3040 xx: bool = False,
3041 gt: bool = False,
3042 lt: bool = False,
3043 ) -> bool: ...
3044
3045 @overload
3046 def expireat(

Callers 11

test_expireat_no_keyMethod · 0.80
test_expiretimeMethod · 0.80
test_expireat_no_keyMethod · 0.80

Calls 2

appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 11

test_expireat_no_keyMethod · 0.64
test_expiretimeMethod · 0.64
test_expireat_no_keyMethod · 0.64