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

Use redis hset instead of set for CONFIG_DB_INITIALIZED #16

Open
jipanyang opened this issue Oct 2, 2017 · 0 comments
Open

Use redis hset instead of set for CONFIG_DB_INITIALIZED #16

jipanyang opened this issue Oct 2, 2017 · 0 comments
Assignees
Labels

Comments

@jipanyang
Copy link

Similar to portTable ConfigDone, it will be good for py swsssdk to be consistent with existing c++ swss-common library to use hset instead of set for CONFIG_DB_INITIALIZED.

The flag is to be checked by all app modules which need access to configDB. Using redis operation which is not supported by c++ swss-common library causes unnecessary extra work in c++ modules.

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

No branches or pull requests

3 participants