Skip to content

issues Search Results · repo:Ericsson/ered language:Erlang

Filter by

12 results
 (61 ms)

12 results

inEricsson/ered (press backspace or delete to remove)

An Erlang client library for connecting to Valkey Cluster aiming to replace eredis and eredis_cluster. I am reviewing erlang redis clients, and would like to understand why ered exists with the intent ...
  • csrl
  • 4
  • Opened 
    9 days ago
  • #91

Check that all nodes return the same content of CLUSTER SLOTS. The replicas for each node are in arbitrary order, so that list needs to be sorted before comparing the result. (Or possibly ignore replicas.) ...
  • zuiderkwast
  • Opened 
    on Aug 21, 2024
  • #57

If all nodes change their IP addresses, the init node could be a hostname that resolves to the IP updated addresses. If we keep the init node address, we can use it as a fallback if we ve lost connection ...
  • zuiderkwast
  • 4
  • Opened 
    on Aug 20, 2024
  • #56

I d like to propose to evaluate and (selectively) adopt secure software development best practices recommended by the Open Source Security Foundation (OpenSSF) [1]. The OpenSSF Scorecard project checks ...
  • gkunz
  • 2
  • Opened 
    on Mar 20, 2024
  • #42

Pipelines (a list of commands executed as a batch) are assumed to apply to keys in a single slot and is currently handled like this: 1. The commands are sent to the node responsible for the slot 2. ...
bug
  • zuiderkwast
  • Opened 
    on Nov 13, 2023
  • #38

Add options for username and password. We can send them in the HELLO command.
  • zuiderkwast
  • Opened 
    on Feb 22, 2023
  • #28

We should change the API to make it friendly for standalone instances and not only clusters: - ered:connect(Host, Port, Opts) for standalone mode, a single connection to a single node. - ered:connect_cluster(AddressesAndPorts, ...
enhancement
  • zuiderkwast
  • 8
  • Opened 
    on Feb 22, 2023
  • #27

There are some quirks regarding pubsub. SUBSCRIBE and other commands don t really return anything, just push messages. When subscribing to multiple channels, ered currently gets out of sync. Thus, we can ...
  • zuiderkwast
  • Opened 
    on Feb 22, 2023
  • #26

The readme file should have examples of how to use the library as well as an overview of its API.
  • ghost
  • 2
  • Opened 
    on Jul 27, 2022
  • #7

Minimize the copying of data between processes. Do as much as possible in the calling process.
enhancement
  • zuiderkwast
  • 5
  • Opened 
    on Jun 9, 2022
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub