Skip to content

Beta - 3.0 Launch - Alias, Fragments, Garbage Collection, LFU Caching

Compare
Choose a tag to compare
@travismfrank travismfrank released this 15 Apr 00:47
· 316 commits to master since this release
1a9c787

With this version of Obsidian the following features have been added:

  • The ability to query with Aliases
  • The ability to query with Fragments
  • Server side Caching improvements allowing users to implement Redis eviction policies
  • Client side Caching improvements to increase performance including garbage collection and LFRU
  • Unit test have been created for all features