Home
last modified time | relevance | path

Searched refs:EXEC (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/tests/unit/
H A Dmulti.tcl2 test {MUTLI / EXEC basics} {
49 test {EXEC fails if there are errors while queueing commands #1} {
60 test {EXEC fails if there are errors while queueing commands #2} {
77 test {If EXEC aborts, the client MULTI state is cleared} {
88 test {EXEC works on WATCHed key not modified} {
96 test {EXEC fail on WATCHed key modified (1 key of 1 watched)} {
105 test {EXEC fail on WATCHed key modified (1 key of 5 watched)} {
124 test {After successful EXEC key is no longer watched} {
136 test {After failed EXEC key is no longer watched} {
270 test {MULTI / EXEC is propagated correctly (empty transaction)} {
[all …]
H A Dintrospection-2.tcl59 r EXEC
H A Dslowlog.tcl61 test {SLOWLOG - EXEC is not logged, just executed commands} {
/f-stack/app/redis-5.0.5/utils/
H A Dredis_init_script15 EXEC=/usr/local/bin/redis-server
28 $EXEC $CONF
H A Dredis_init_script.tpl9 $EXEC $CONF
H A Dinstall_server.sh232 EXEC=$REDIS_EXECUTABLE
/f-stack/app/redis-5.0.5/tests/cluster/tests/includes/
H A Dinit-tests.tcl39 R $id EXEC
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml57 ..__[EXEC]__|__[PREP]__|__[ENTRY]__|__[IDLE]__|__[EXIT]__|__[EXEC]__..
69 EXEC: Normal CPU execution.
75 goes back to EXEC. This phase is optional. If not abortable,
85 mode (EXEC).
101 (i.e. wake-up) that causes the CPU to return to the EXEC phase.
/f-stack/freebsd/kern/
H A Dsubr_acl_nfs4.c370 const int EXEC = 01; in acl_nfs4_sync_acl_from_mode_draft() local
563 if (amode & EXEC) in acl_nfs4_sync_acl_from_mode_draft()
595 if (extramode & EXEC) { in acl_nfs4_sync_acl_from_mode_draft()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl230 r EXEC
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES479 * Reject EXEC containing write commands against an instance that changed role
536 Reject EXEC containing write commands against RO replica.
865 MULTI: OOM err if cannot free enough memory in MULTI/EXEC context
1144 * Critical AOF bug, as old as AOF itself: if an open MULTI/EXEC block is at
1153 * Fix for #5024 - commandstats for multi-exec were logged as EXEC.
1184 AOF: discard if we lost EXEC when loading aof
1252 fix #5024 - commandstats for multi-exec were logged as EXEC.