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

Tarantool Backend #82

Merged
merged 24 commits into from
Sep 11, 2024
Merged

Tarantool Backend #82

merged 24 commits into from
Sep 11, 2024

Conversation

lowitea
Copy link
Member

@lowitea lowitea commented Jul 9, 2023

closes #81

Copy link
Contributor

@AndreyErmilov AndreyErmilov left a comment

Choose a reason for hiding this comment

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

Thanks!

hitbox-tarantool/src/backend.rs Outdated Show resolved Hide resolved
hitbox-tarantool/src/backend.rs Show resolved Hide resolved
hitbox-tarantool/src/backend.rs Outdated Show resolved Hide resolved
hitbox-tarantool/src/backend.rs Outdated Show resolved Hide resolved
hitbox-tarantool/src/backend.rs Outdated Show resolved Hide resolved
local space_name = ...

box.schema.space.create(space_name, { if_not_exists = true })
box.space[space_name]:create_index("primary", {
Copy link
Member

Choose a reason for hiding this comment

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

Can we create here HASH index?

Copy link
Member Author

Choose a reason for hiding this comment

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

done

hitbox-tarantool/tests/integration_test.rs Outdated Show resolved Hide resolved
hitbox-tarantool/src/backend.rs Outdated Show resolved Hide resolved
hitbox-tarantool/src/init.lua Show resolved Hide resolved
@singulared singulared merged commit 978d264 into tower Sep 11, 2024
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Cache backend related issues tarantool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants