Skip to content

Commit

Permalink
Add change to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 10, 2024
1 parent d27ff4b commit 5d7211f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5d7211f

Please sign in to comment.