Skip to content

Releases: upstash/react-redis-browser

v0.1.7

05 May 16:13
8a90edf

Choose a tag to compare

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

21 Apr 17:50
e5a1c15

Choose a tag to compare

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

18 Apr 16:18
e5a1c15

Choose a tag to compare

v0.1.6-canary Pre-release
Pre-release

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

14 Apr 07:37
50b59f7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Jan 10:44
f7e936b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

13 Dec 07:59
c4c1046

Choose a tag to compare

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

21 Nov 07:01
b03e2f9

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.2-canary-8

21 Nov 06:23
4e18111

Choose a tag to compare

v0.1.2-canary-8 Pre-release
Pre-release
fix: remove toaster logic from add key modal becuase of reactQuery

v0.1.2-canary-7

20 Nov 12:18
062543a

Choose a tag to compare

v0.1.2-canary-7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.2-canary-6...v0.1.2-canary-7

v0.1.2-canary-6

18 Nov 07:44
46abc38

Choose a tag to compare

v0.1.2-canary-6 Pre-release
Pre-release
fix: performance issue when there are many items caused by ItemContex…