Categorygithub.com/ncode/bedel
repositorypackage
0.0.6
Repository: https://github.com/ncode/bedel.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Bedel

Go Go Report Card codecov License

bedel is a tool designed to address a specific challenge with Redis: synchronizing users generated outside of the configuration file, such as through the Vault database backend. This utility ensures that Redis acls are up-to-date and consistent across all nodes. More info here.

Features

  • Synchronize Redis users created outside the traditional config file.
  • Integration with Vault database backend for user management.
  • Automated and consistent user synchronization.
  • Easy to deploy and integrate within existing Redis setups.

Getting Started

These instructions will guide you through getting a copy of bedel up and running on your system for development and testing purposes.

Prerequisites

  • Redis server setup.
  • Access to Vault database backend (if using Vault for user generation).
  • Go environment for development.

Installing

Follow these steps to get a development environment running:

  1. Clone the repository:
$ git clone https://github.com/ncode/bedel.git
$ cd bedel
$ go build

Running the Tests

To run the automated tests for this system, use the following command:

$ go test ./...