Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to create and delete Redis databases #403

Closed
amitanandaiyer opened this issue Jul 24, 2018 · 0 comments
Closed

Ability to create and delete Redis databases #403

amitanandaiyer opened this issue Jul 24, 2018 · 0 comments
Assignees
Labels
kind/enhancement This is an enhancement of an existing feature kind/new-feature This is a request for a completely new feature

Comments

@amitanandaiyer
Copy link
Contributor

amitanandaiyer commented Jul 24, 2018

YEDIS currently only implements one redis database. As part of #343, implement the ability to "create" and "delete" a redis database.

The proposal is to support CREATEDB <DB>, LISTDB and DELETEDB <DB>
commands that can be issued from the redis-cli to create/delete the database to be used.

@amitanandaiyer amitanandaiyer added kind/enhancement This is an enhancement of an existing feature kind/new-feature This is a request for a completely new feature in progress labels Jul 24, 2018
@amitanandaiyer amitanandaiyer self-assigned this Jul 24, 2018
yugabyte-ci pushed a commit that referenced this issue Aug 15, 2018
Summary:
- Support Deleting and Recreating a Redis Table online.
- use YBMetaDataCache for caching YBTables
- Support creating the namespace if it does not exist. needed for CreateDB 0
- Add a test for DeleteDB

Test Plan:
Added a test. Currently passes.
Waiting on Jenkins for the whole suite.

Reviewers: kannan, hector, venkatesh

Reviewed By: venkatesh

Subscribers: yql

Differential Revision: https://phabricator.dev.yugabyte.com/D5307
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This is an enhancement of an existing feature kind/new-feature This is a request for a completely new feature
Projects
None yet
Development

No branches or pull requests

1 participant