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

Add delete feature #102

Merged
merged 6 commits into from
Feb 15, 2023
Merged

Add delete feature #102

merged 6 commits into from
Feb 15, 2023

Conversation

jLereback
Copy link
Contributor

Add delete function, simple get function and tests

@jLereback jLereback linked an issue Feb 13, 2023 that may be closed by this pull request
Closed
Add simple get function

Add tests

Co-authored-by: Ahlberg-iths <113943951+Ahlberg-iths@users.noreply.github.com>
@Ahlberg-iths Ahlberg-iths marked this pull request as draft February 14, 2023 03:42
safstromo
safstromo previously approved these changes Feb 14, 2023
Copy link
Contributor

@safstromo safstromo left a comment

Choose a reason for hiding this comment

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

God job!
Seems to work as intended :)

jLereback and others added 2 commits February 14, 2023 11:22
Co-authored-by: Ahlberg-iths <113943951+Ahlberg-iths@users.noreply.github.com>
Co-authored-by: Ahlberg-iths <113943951+Ahlberg-iths@users.noreply.github.com>
Copy link
Contributor

@safstromo safstromo left a comment

Choose a reason for hiding this comment

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

I dont think the get method is correct.
If the key exists it should just return the key.
https://redis.io/commands/get/

im assuming this is the same get as #8

Copy link
Contributor

@jonathanjonathan001 jonathanjonathan001 left a comment

Choose a reason for hiding this comment

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

I don't know @safstromo , it seems to be correct to me https://redis.io/commands/get/
See where it says Return: Bulk string reply

@safstromo
Copy link
Contributor

I don't know @safstromo , it seems to be correct to me https://redis.io/commands/get/ See where it says Return: Bulk string reply

👍

safstromo
safstromo previously approved these changes Feb 14, 2023
@sonarcloud
Copy link

sonarcloud bot commented Feb 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

92.3% 92.3% Coverage
0.0% 0.0% Duplication

Copy link
Contributor

@Svartkettil Svartkettil left a comment

Choose a reason for hiding this comment

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

This looks good to me :)

@kappsegla kappsegla added this pull request to the merge queue Feb 15, 2023
Merged via the queue into main with commit eeedc07 Feb 15, 2023
@jLereback jLereback deleted the 14-del branch February 16, 2023 09:36
@kappsegla kappsegla added the enhancement New feature or request label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEL
5 participants