redux
redux copied to clipboard
:telephone_receiver::computer: Redis client for R
Hello I am using redux/redis I keep running into this failure: ```r rlang$inform(str_interp('[${time_stamp}] Saving to redis...')) tryCatch({ private$save_redis() }, error = function(e) { cat(str_interp('Caught in private$save_redis:\n${as.character(e)}')) traceback() private$redis$reconnect() private$redis$PING() })...
Adds support for new commands added through to Redis 6.2.0, incorporating changes in #28, fixing failing tests and adding tests for the new functions. The interface to the stream (`X*`)...
Omitted from #41 as the basic interface generated did not seem usable. This needs input from someone who is using these. Note that these can be manually used using `$command()`...
I tested the capability of the client in fork process under linux. ```r library(parallel) redis
Adds support to redux for making SSL connections to redis. Makes use of SSL support added in [hiredis 1.0.0](https://github.com/redis/hiredis). Addresses #27. Multi-platform support: - **Windows:** Known working in Windows 10...
We already query the version when negotiating the connection and building the interface, we should provide an efficient way of querying it later.
Could this library in current form execute graph queries? https://oss.redislabs.com/redisgraph/
More even than in #34/#28! Path to get this done: * [x] incorporate the changes to generation code from #34 * [x] fix failing tests (some commands have gained new...
- regenerate API to support redis 5.0 (redis doc commit db399bb9f3871a749bc14cc9d60761a7bfd73cf8) - add .o. .so to gitignore
Hi, With the recent merging of SSL support into master in hiredis (https://github.com/redis/hiredis/pull/645), it would be great to have the ability to make secure connections to redis via redux. An...