Skip to content

Fix float values retrieval in GET command #1614

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucifercr07
Copy link
Contributor

@lucifercr07 lucifercr07 commented Mar 20, 2025

localhost:7379> get k1
OK (nil)
localhost:7379> set k1 3.1
OK OK
localhost:7379> get k1
OK 3.100000
localhost:7379> set k1 3.1234566
OK OK
localhost:7379> get k1
OK 3.123457
localhost:7379> set k1 3.1234566123124234234
OK OK
localhost:7379> get k1
OK 3.123457

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.

1 participant