Skip to content

Commit

Permalink
Add config option for default database.
Browse files Browse the repository at this point in the history
  • Loading branch information
informatikr committed Feb 11, 2014
1 parent 7e6cfd0 commit 4181f34
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 421 deletions.
1 change: 1 addition & 0 deletions codegen/GenCmds.hs
Expand Up @@ -50,6 +50,7 @@ groupCmds (Cmds cmds) =
-- implementation in the "Database.Redis.ManualCommands" module.
blacklist :: [(String, Maybe ([String],[String]))]
blacklist = [ manual "AUTH" ["auth"]
, manual "SELECT" ["select"]
, manual "OBJECT"
["objectRefcount","objectEncoding","objectIdletime"]
, manualWithType "TYPE" ["getType"] ["RedisType(..)"]
Expand Down

0 comments on commit 4181f34

Please sign in to comment.