We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd1b94 commit e5dfbf1Copy full SHA for e5dfbf1
lib/command.ex
@@ -30,6 +30,7 @@ defmodule Redex.Command do
30
"PX" -> Time.add(now, delta, :millisecond)
31
end
32
Redex.KV.set(key, %{value: value, expires: expires})
33
+ _ -> raise @invalid_command_message
34
35
{:simple_str, "OK"}
36
0 commit comments