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

How to set column family using RocksDB #472

Open
chabhi opened this issue Nov 10, 2019 · 1 comment
Open

How to set column family using RocksDB #472

chabhi opened this issue Nov 10, 2019 · 1 comment

Comments

@chabhi
Copy link

chabhi commented Nov 10, 2019

Hi,

RocksDB supports column family as a way of partitioning. I can see rocksdb_engine.cpp also handles family name from from context variable. But I am am unable to find a way to send this information through redis command. I am using redis SET and GET commands.

Thanks

@kochol
Copy link

kochol commented Feb 24, 2020

I think when you use the select command it will create a column family for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants