# README
Bedel
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:
- 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 ./...
# Packages
Copyright © 2023 Juliano Martinez <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
No description provided by the author