Skip to content

Commit

Permalink
Redis7 support for exising commands
Browse files Browse the repository at this point in the history
Use NonEmpty list for all functions that requires it. User code
can migrate using OverloadedLists, though it doesn't play well
with overloaded list,.

Add documentation to the existing functions.
  • Loading branch information
qnikst committed Jun 11, 2023
1 parent 05861ca commit 3da7148
Show file tree
Hide file tree
Showing 6 changed files with 892 additions and 374 deletions.
2 changes: 1 addition & 1 deletion benchmark/Benchmark.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE OverloadedStrings, LambdaCase #-}
{-# LANGUAGE OverloadedStrings, LambdaCase, OverloadedLists #-}

module Main where

Expand Down
994 changes: 676 additions & 318 deletions src/Database/Redis/Commands.hs

Large diffs are not rendered by default.

Loading

0 comments on commit 3da7148

Please sign in to comment.