Skip to content

Commit 3da7148

Browse files
committed
Redis7 support for exising commands
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.
1 parent 05861ca commit 3da7148

File tree

6 files changed

+892
-374
lines changed

6 files changed

+892
-374
lines changed

benchmark/Benchmark.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE OverloadedStrings, LambdaCase #-}
1+
{-# LANGUAGE OverloadedStrings, LambdaCase, OverloadedLists #-}
22

33
module Main where
44

src/Database/Redis/Commands.hs

Lines changed: 676 additions & 318 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)