You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
I get the error with or without returnRef, with non-default host/port, and with timeout specified or not. I've started R with --vanilla --no-site-file --no-init-file to ensure I'm not poisoning it somehow.
Error in .openConnection(host = host, port = port, nodelay = nodelay,
:
Error setting TCP_NODELAY
ref <- redisConnect(returnRef=TRUE)
I get the error with or without returnRef, with non-default host/port,
and with timeout specified or not. I've started R with --vanilla
--no-site-file --no-init-file to ensure I'm not poisoning it somehow.
sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 15.10
On startup, I am consistently getting a fail on the first attempt to connect, but it works on the subsequent attempt(s):
I get the error with or without
returnRef
, with non-default host/port, and with timeout specified or not. I've started R with--vanilla --no-site-file --no-init-file
to ensure I'm not poisoning it somehow.It does not fail with
nodelay=FALSE
.The text was updated successfully, but these errors were encountered: