Fixup: Spelling

This commit is contained in:
Viktor Söderqvist 2023-08-23 16:29:44 +02:00
parent cb6fbbfa52
commit 401053a8af
2 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,7 @@ de
deallocation
ElastiCache
extensibility
finalizer
FPM
getaddrinfo
gmail

View File

@ -565,9 +565,9 @@ unsubscribe replies are delivered to the callback provided to the
Most commands get exactly one reply and for these, the callback is called
exactly once. The exception is the **`[S|P][UN]SUBSCRIBE`** functions, as
described above. To be able to free the privdata associated with the callback, a
finalizer can be supplied. The finalizer is called exactly once for each call to
the following functions, after the callback function has been called for the
described above. To be able to free the `privdata` associated with the callback,
a finalizer can be supplied. The finalizer is called exactly once for each call
to the following functions, after the callback function has been called for the
last time for the command to which it was provided. A finalizer has the
prototype `void(struct redisAsyncContext *ac, void *privdata)`. Apart from the
finalizer, these `WithFinalizer` functions behave exactly like their