From aa895fe5582d07b275f4c92703d056177fb09a29 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Dec 2024 19:56:44 +0000 Subject: [PATCH] [automated site update] --- apidoc/html/redisx_8c.html | 2 +- apidoc/html/redisx_8h.html | 2 +- apidoc/man/man3/redisx.c.3 | 2 +- apidoc/man/man3/redisx.h.3 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apidoc/html/redisx_8c.html b/apidoc/html/redisx_8c.html index a7c93f7..c23297c 100644 --- a/apidoc/html/redisx_8c.html +++ b/apidoc/html/redisx_8c.html @@ -397,7 +397,7 @@

redisxDestroyRESP() -

References Redis::interactive, redisxCheckValid(), redisxGetAttributesAsync(), redisxUnlockClient(), X_SUCCESS, and x_trace_null().

+

References Redis::interactive, redisxCheckValid(), redisxGetAttributesAsync(), redisxLockConnected(), redisxUnlockClient(), X_SUCCESS, and x_trace_null().

diff --git a/apidoc/html/redisx_8h.html b/apidoc/html/redisx_8h.html index d1c8a43..a29f5d0 100644 --- a/apidoc/html/redisx_8h.html +++ b/apidoc/html/redisx_8h.html @@ -1600,7 +1600,7 @@

redisxDestroyRESP() -

References Redis::interactive, redisxCheckValid(), redisxGetAttributesAsync(), redisxUnlockClient(), X_SUCCESS, and x_trace_null().

+

References Redis::interactive, redisxCheckValid(), redisxGetAttributesAsync(), redisxLockConnected(), redisxUnlockClient(), X_SUCCESS, and x_trace_null().

diff --git a/apidoc/man/man3/redisx.c.3 b/apidoc/man/man3/redisx.c.3 index d22de9f..8b5500a 100644 --- a/apidoc/man/man3/redisx.c.3 +++ b/apidoc/man/man3/redisx.c.3 @@ -231,7 +231,7 @@ redisxGetAttributeAsync() .PP .PP -References \fBRedis::interactive\fP, \fBredisxCheckValid()\fP, \fBredisxGetAttributesAsync()\fP, \fBredisxUnlockClient()\fP, \fBX_SUCCESS\fP, and \fBx_trace_null()\fP\&. +References \fBRedis::interactive\fP, \fBredisxCheckValid()\fP, \fBredisxGetAttributesAsync()\fP, \fBredisxLockConnected()\fP, \fBredisxUnlockClient()\fP, \fBX_SUCCESS\fP, and \fBx_trace_null()\fP\&. .SS "\fBRESP\fP * redisxGetHelloData (\fBRedis\fP * redis)" Returns a copy of the \fBRESP\fP map that the \fBRedis\fP server has sent us as a response to HELLO on the last client connection, or NULL if HELLO was not used or available\&. .PP diff --git a/apidoc/man/man3/redisx.h.3 b/apidoc/man/man3/redisx.h.3 index 649afc4..fbd710b 100644 --- a/apidoc/man/man3/redisx.h.3 +++ b/apidoc/man/man3/redisx.h.3 @@ -1114,7 +1114,7 @@ redisxGetAttributeAsync() .PP .PP -References \fBRedis::interactive\fP, \fBredisxCheckValid()\fP, \fBredisxGetAttributesAsync()\fP, \fBredisxUnlockClient()\fP, \fBX_SUCCESS\fP, and \fBx_trace_null()\fP\&. +References \fBRedis::interactive\fP, \fBredisxCheckValid()\fP, \fBredisxGetAttributesAsync()\fP, \fBredisxLockConnected()\fP, \fBredisxUnlockClient()\fP, \fBX_SUCCESS\fP, and \fBx_trace_null()\fP\&. .SS "const \fBRESP\fP * redisxGetAttributesAsync (const \fBRedisClient\fP * cl)" Returns the attributes (if any) that were last sent along a response to the client\&. This function should be called only if the caller has an exclusive lock on the client's mutex\&. Also, there are a few rules the caller should follow: .PP