Skip to content

Commit 1e7fbf4

Browse files
authored
Merge pull request #211 from informatikr/redis-7
Provide redis 7 support for all existing functions
2 parents 9e92977 + 3da7148 commit 1e7fbf4

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)