-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Is it feasible to add redisSetTimeout (from hiredis) as an option to most calls? I'm specifically looking at the $subscribe model, where I'm a little daunted by
NOTE: you need to be careful here - hiredis internally uses a blocking read which cannot be interrupted with Ctrl-C once started unless a message is received on the channels being listened to!
Shallow research suggests that it generally can be used before redisGetReply ... admittedly I'm not certain if that's used for most redis verbs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels