From 5d7211f5b4d4570ab37739cdd19c88ebb364e85b Mon Sep 17 00:00:00 2001 From: Rich FitzJohn Date: Thu, 10 Oct 2024 21:23:22 +0100 Subject: [PATCH] Add change to interface --- R/connection.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/connection.R b/R/connection.R index b6532df..ac0bbb8 100644 --- a/R/connection.R +++ b/R/connection.R @@ -72,8 +72,8 @@ redis_connection <- function(config = redis_config()) { invisible() }, - command = function(cmd) { - redis_command(ptr, cmd) + command = function(cmd, as = NULL) { + redis_command(ptr, cmd, as) }, pipeline = function(cmds) {