Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / informatikr/hedis issues and pull requests

#226 - TLS with each node in cluster mode

Pull Request - State: open - Opened by akshaymankar about 1 month ago

#225 - Not compatible with network-3.2

Issue - State: open - Opened by ysangkok about 1 month ago

#224 - Authenticate with each node in cluster mode

Pull Request - State: open - Opened by akshaymankar 2 months ago

#223 - Introducing hooks

Pull Request - State: open - Opened by kakkun61 3 months ago - 1 comment

#222 - `timeout` instead of `race` to fix async wait time

Pull Request - State: open - Opened by g-divyanshu 3 months ago

#221 - command: new redis 7 response elements

Pull Request - State: open - Opened by srhb 4 months ago

#220 - feat: Granular subscription tracking

Pull Request - State: open - Opened by 414owen 5 months ago

#219 - Prevent most Redis commands when subscribed to PubSub channel

Issue - State: open - Opened by 414owen 5 months ago - 3 comments

#218 - Fixes decoding of the empty result in xautoclaim request

Pull Request - State: closed - Opened by qnikst 6 months ago

#217 - xautoclaim fails to decode request in there are no messages to claim

Issue - State: closed - Opened by qnikst 6 months ago
Labels: bug

#216 - We need internals of Connection, or an `isClusteredConn` function

Issue - State: closed - Opened by jberryman 9 months ago - 2 comments

#215 - parseConnectInfo parses the uri wrong

Issue - State: open - Opened by teto 9 months ago - 1 comment

#214 - benchmark fails to build with ghc-9.6

Issue - State: open - Opened by juhp 12 months ago - 2 comments

#213 - Make setOpts more safe

Issue - State: open - Opened by qnikst 12 months ago

#212 - Add GitHub actions driven Redis tests

Pull Request - State: closed - Opened by qnikst 12 months ago

#211 - Provide redis 7 support for all existing functions

Pull Request - State: closed - Opened by qnikst 12 months ago

#210 - Discussion: should we provide a higher level interface

Issue - State: open - Opened by qnikst 12 months ago
Labels: discussion

#209 - Fix resource pool conditional compilation

Pull Request - State: closed - Opened by sandydoo 12 months ago - 1 comment

#208 - Use Data.List.NonEmpty in srem command

Pull Request - State: closed - Opened by qnikst 12 months ago

#206 - Fix keyToSlot function.

Pull Request - State: closed - Opened by qnikst 12 months ago

#205 - This MR fixes warnings and compilation on ghc 9.6

Pull Request - State: closed - Opened by qnikst 12 months ago

#204 - fixed zero string input in connectUsername

Pull Request - State: closed - Opened by alininium 12 months ago

#203 - Mismatched HashSlot response from `keyToSlot`

Issue - State: closed - Opened by shivaraj-bh 12 months ago - 3 comments

#202 - Add Github Actions

Pull Request - State: closed - Opened by ysangkok 12 months ago - 3 comments

#201 - Fixed compilation of the benchmark.

Pull Request - State: open - Opened by aravindgopall 12 months ago - 1 comment

#200 - Add ability to use ACL

Pull Request - State: closed - Opened by qnikst about 1 year ago

#199 - Add support for username in connection url

Issue - State: closed - Opened by davey4 about 1 year ago - 2 comments

#198 - Add Redis 7.0 compatibility

Pull Request - State: closed - Opened by alininium about 1 year ago

#197 - XINFO GROUP and STREAM redis7 compatibility

Pull Request - State: closed - Opened by j1r1k over 1 year ago - 2 comments

#196 - Add XGROUP CREATE MKSTREAM support

Pull Request - State: closed - Opened by j1r1k over 1 year ago - 4 comments

#195 - Refactoring Hedis's Connection Pool Management For Clustered Redis

Issue - State: open - Opened by ishan-juspay over 1 year ago - 1 comment

#194 - Support mtl 2.3

Pull Request - State: closed - Opened by TeofilC over 1 year ago - 1 comment

#193 - Require resource-pool >= 0.2.2

Pull Request - State: closed - Opened by Bodigrim over 1 year ago - 3 comments

#192 - Upstream cluster

Pull Request - State: closed - Opened by aravindgopall over 1 year ago

#191 - [WIP]Cluster

Pull Request - State: closed - Opened by aravindgopall over 1 year ago

#190 - `mtl-2.3.1` compatibility

Pull Request - State: closed - Opened by ysangkok over 1 year ago - 2 comments

#189 - Document that UnixSocket ignores connectHost

Pull Request - State: closed - Opened by bmillwood over 1 year ago

#188 - If you specify a `UnixSocket`, your `HostName` is ignored

Issue - State: open - Opened by bmillwood over 1 year ago - 1 comment

#187 - Migrate CI from deprecated travis to Github actions

Issue - State: closed - Opened by matobet almost 2 years ago - 1 comment

#186 - Remove code genaration & add `CLIENT ID` command.

Pull Request - State: closed - Opened by matobet almost 2 years ago - 1 comment

#185 - add CLUSTER INFO command and use it for new checkedConnectCluster

Pull Request - State: open - Opened by stefanwire almost 2 years ago - 3 comments

#184 - Looking for maintainers

Issue - State: closed - Opened by k-bx about 2 years ago - 8 comments

#183 - The driver does not deal with changing redis IP addresses in cluster mode

Issue - State: open - Opened by akshaymankar about 2 years ago - 20 comments
Labels: bug

#182 - Add `MonadTrans` instance for `MonadRedis`

Pull Request - State: closed - Opened by matobet about 2 years ago - 4 comments

#181 - Add MonadUnliftIO instance

Pull Request - State: closed - Opened by qwbarch over 2 years ago - 3 comments

#180 - Add MonadUnliftIO instance

Issue - State: closed - Opened by qwbarch over 2 years ago - 1 comment

#179 - Build failures with GHC >= 9 in v0.10.1 to v0.14.2

Issue - State: closed - Opened by sjakobi over 2 years ago - 1 comment

#178 - Record StrictData in other-extensions

Pull Request - State: closed - Opened by sjakobi over 2 years ago

#177 - Build failures in v0.12.15 and newer with GHC 7.10.3 due to `StrictData`

Issue - State: closed - Opened by sjakobi over 2 years ago - 2 comments

#176 - Expose RedisArg class to better support low-level sendRequest calls

Pull Request - State: closed - Opened by vapourismo over 2 years ago - 2 comments

#175 - Make SREM safer using `Data.List.NonEmpty`

Pull Request - State: closed - Opened by ivanbakel over 2 years ago - 4 comments

#174 - Support cases when response of xstreamInfo does not contain entries.

Pull Request - State: closed - Opened by qnikst over 2 years ago - 1 comment

#172 - PubSub function that can return a value

Issue - State: open - Opened by JivanRoquet almost 3 years ago - 2 comments

#171 - Support GHC 9

Pull Request - State: closed - Opened by parsonsmatt about 3 years ago - 6 comments

#170 - GHC 9 support

Issue - State: closed - Opened by parsonsmatt about 3 years ago

#169 - Database.Redis.PortNumber won't accept a non-literal Int

Issue - State: closed - Opened by JivanRoquet about 3 years ago - 3 comments

#168 - Redis 6 support

Issue - State: open - Opened by omnibs about 3 years ago - 13 comments

#167 - recommend concurrently instead of forkIO

Pull Request - State: closed - Opened by NorfairKing about 3 years ago

#166 - Add GHC 8.10 to build matrix

Pull Request - State: closed - Opened by matobet about 3 years ago

#165 - Don't recommend `forkIO`

Issue - State: closed - Opened by NorfairKing over 3 years ago - 2 comments

#164 - remove invalid tests for Redis Cluster

Pull Request - State: closed - Opened by hiratara over 3 years ago - 1 comment

#163 - support for redis 6.0 COMMAND format

Pull Request - State: closed - Opened by hiratara over 3 years ago - 1 comment

#162 - Improved documentation for EVALSHA

Pull Request - State: closed - Opened by paf31 over 3 years ago - 1 comment

#161 - add 0.14.0 to changelog

Pull Request - State: closed - Opened by michaelglass over 3 years ago - 2 comments

#160 - Fix GHC 8.0.1 compat

Pull Request - State: closed - Opened by matobet over 3 years ago

#159 - Make HSET return integer instead of bool

Pull Request - State: closed - Opened by matobet over 3 years ago - 1 comment

#158 - travis: Upgrade to Redis 6.0.9 & Fix auth test

Pull Request - State: closed - Opened by matobet over 3 years ago - 5 comments

#157 - Ready for review: Clustering Implementation - continuation

Pull Request - State: closed - Opened by jwoudenberg over 3 years ago - 4 comments

#156 - Feature request: RESP3 protocol support

Issue - State: open - Opened by matobet over 3 years ago - 8 comments

#155 - Auth tests are broken

Issue - State: closed - Opened by k-bx over 3 years ago - 2 comments

#154 - Implement Redis Sentinel support

Pull Request - State: closed - Opened by qnikst over 3 years ago - 1 comment

#153 - Publicly expose ConnectTimeout exception

Pull Request - State: closed - Opened by harporoeder almost 4 years ago - 1 comment

#152 - What does the `Bool` result for `hset` signify?

Issue - State: closed - Opened by kahlil29 almost 4 years ago - 1 comment

#151 - Thank you for this piece of thoughtful documentation!

Issue - State: closed - Opened by saurabhnanda almost 4 years ago - 1 comment

#150 - [#143] Fixed leaking sockets

Pull Request - State: closed - Opened by C37H40O9 about 4 years ago - 1 comment

#149 - Make withConnect friendly to transformer stack

Pull Request - State: closed - Opened by TomMD about 4 years ago - 4 comments

#147 - WIP fix travis

Pull Request - State: closed - Opened by k-bx over 4 years ago

#146 - Add Eq instance to PortID

Pull Request - State: closed - Opened by TravisCardwell over 4 years ago - 2 comments

#145 - Feature request: clientId

Issue - State: closed - Opened by ekmett over 4 years ago - 1 comment

#144 - Redis constructor unavailable

Issue - State: closed - Opened by ekmett over 4 years ago - 5 comments

#143 - Leaking sockets when connect fails

Issue - State: closed - Opened by bflyblue over 4 years ago - 2 comments

#142 - WIP: Clustering Implementation

Pull Request - State: closed - Opened by alexjg over 4 years ago - 4 comments

#141 - Consider supporting rediss:// schema

Issue - State: open - Opened by MichaelXavier over 4 years ago - 1 comment

#140 - Added support of +/- inf redis argument

Pull Request - State: closed - Opened by NikitaRzm over 4 years ago - 1 comment

#139 - fix MonadFail instance

Pull Request - State: closed - Opened by kk-hainq almost 5 years ago - 1 comment

#138 - Derive MonadFail for the Redis monad

Pull Request - State: closed - Opened by kk-hainq almost 5 years ago - 1 comment

#137 - Add a MonadFail instance to the Redis Monad

Issue - State: closed - Opened by kk-hainq almost 5 years ago - 3 comments

#136 - slowlogGet 2 only return first slowlog entry

Issue - State: closed - Opened by Icarus0xff about 5 years ago - 1 comment

#135 - Build failure with GHC 7.8 and GHC 7.6

Issue - State: closed - Opened by hvr about 5 years ago - 3 comments

#134 - Fix some asynchronous exception safety problems

Pull Request - State: closed - Opened by 23Skidoo about 5 years ago - 3 comments

#133 - Fixes to stream commands

Pull Request - State: closed - Opened by nbouscal about 5 years ago - 1 comment

#132 - Update redis latest stable version in the description

Pull Request - State: closed - Opened by momohatt about 5 years ago - 1 comment

#131 - Git tags for recent (0.10+) releases are missing

Issue - State: open - Opened by 23Skidoo about 5 years ago - 1 comment

#130 - Bring back ability to connect via a Unix Socket

Pull Request - State: closed - Opened by dzhus over 5 years ago - 1 comment

#129 - Fix tests

Pull Request - State: closed - Opened by dzhus over 5 years ago - 1 comment

#128 - Support for connection to unix sockets broken

Issue - State: closed - Opened by stouf over 5 years ago - 8 comments

#127 - Some streaming tests fail on master

Issue - State: closed - Opened by k-bx over 5 years ago - 2 comments