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

chore: remove redis sorted set implementation #2522

Merged
merged 1 commit into from
Feb 5, 2024
Merged

chore: remove redis sorted set implementation #2522

merged 1 commit into from
Feb 5, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Feb 2, 2024

Also remove unused code.
Add asan and ubsan checks to the debug build but the settings are still disabled for now.

@romange romange requested review from BorysTheDev and adiholden and removed request for adiholden February 2, 2024 10:58
@romange romange force-pushed the ReduceRedis branch 2 times, most recently from c837f2c to 4a61362 Compare February 2, 2024 12:04
dranikpg
dranikpg previously approved these changes Feb 2, 2024
BorysTheDev
BorysTheDev previously approved these changes Feb 4, 2024
@romange romange force-pushed the ReduceRedis branch 3 times, most recently from a82a9db to 237e601 Compare February 4, 2024 18:06
Also remove unused code.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
@@ -26,6 +35,14 @@ option(DF_USE_SSL "Provide support for SSL connections" ON)

find_package(OpenSSL)

if (SUPPORT_ASAN)
# set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fsanitize=address")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why it's commented out under macro?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because it does not work yet. I will enable it in the subsequent PRs.

@romange romange merged commit 5c00299 into main Feb 5, 2024
10 checks passed
@romange romange deleted the ReduceRedis branch February 5, 2024 08:29
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

Successfully merging this pull request may close these issues.

None yet

3 participants