Releases: upstash/react-redis-browser
Releases · upstash/react-redis-browser
v0.1.7
What's Changed
- fix: auto json formatting not working in list items by @ytkimirti in #8
- fix pagination logic for list types and use pages for clarity by @ytkimirti in #10
- feat: Add fetching for exact match for faster results by @ytkimirti in #12
- feat: Add ttl support for hash keys by @ytkimirti in #11
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Disable pipelinening for key scanning and value getting by @ytkimirti in #7
- This change improves performance for databases with large keyspaces
Full Changelog: v0.1.5...v0.1.6
v0.1.6-canary
What's Changed
- Disable pipelinening for key scanning and value getting by @ytkimirti in #7
Full Changelog: v0.1.5...v0.1.6-canary
v0.1.5
What's Changed
- DX-1802: apply refresh to simple keys by @CahidArda in #6
New Contributors
- @CahidArda made their first contribution in #6
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
What's Changed
- Revision 3 by @ytkimirti in #4
- Improve ttl time formatting
- Fix refresh button not updating the items list (set, zset, list etc.) and key count
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- rollback to #a1f465a by @ytkimirti in #1
- Review fixes 1 by @ytkimirti in #2
- Review fixes 2 by @ytkimirti in #3
Full Changelog: v0.1.1...v0.1.2
v0.1.2-canary-8
fix: remove toaster logic from add key modal becuase of reactQuery
v0.1.2-canary-7
What's Changed
- rollback to #a1f465a by @ytkimirti in #1
- Review fixes 1 by @ytkimirti in #2
New Contributors
- @ytkimirti made their first contribution in #1
Full Changelog: v0.1.2-canary-6...v0.1.2-canary-7
v0.1.2-canary-6
fix: performance issue when there are many items caused by ItemContex…