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

Review fixes 1 #2

Merged
merged 21 commits into from
Nov 20, 2024
Merged

Review fixes 1 #2

merged 21 commits into from
Nov 20, 2024

Conversation

ytkimirti
Copy link
Collaborator

No description provided.

@ytkimirti ytkimirti changed the title Review fixes Review fixes 1 Nov 18, 2024
src/playground.tsx Outdated Show resolved Hide resolved
@CahidArda
Copy link
Collaborator

should we update the key count when we filter by some datatype?

image

@CahidArda
Copy link
Collaborator

CahidArda commented Nov 19, 2024

found a bug I think:

  • create a key with name "hey" with string type
  • create a key with the same name, but with some other type. this request will fail, but the type of this key in the console will still change.
  • click on "hey", it will send errors

Keys Gone and Redis version

if you wait after doing this, all keys are lost

image

when I check the network, I see this payload

[
  ["dbsize"],
  ["eval", "return redis.call(\"MEMORY\", \"USAGE\", KEYS[1])", 1, "hey"],
  ["llen", "hey"],
  ["ttl", "hey"],
  ["lrange","hey",0,50]
]

when I click on keys, the same request is sent except dbsize, nothing is wrong in this case. When dbsize is sent, everything dissappears.

This could be related to two things:

@CahidArda CahidArda merged commit 062543a into master Nov 20, 2024
1 check passed
@CahidArda CahidArda deleted the fixes branch November 20, 2024 12:18
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.

2 participants