anaki_redis
Redis key-value client for AnakiORM. Native connector via Rust FFI.
0.1.4
anaki/anaki_orm
What this package is like to depend on
Last release 1 months ago
20 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2026 to Jul 2026Releases
latest 4-
0.1.420 Jul 2026Release notes
Open source →- Fix native symbol collision when multiple anaki drivers are loaded in the same process: the driver now binds its FFI symbols from its own library handle first, falling back to the native-assets runtime for bundled builds
-
0.1.319 Jul 2026Release notes
Open source →- Fix universal (arm64+x64) macOS builds: the build hook now copies the binary into the per-config output directory, so each architecture slice gets its own file (previously both slices pointed at the same dylib and lipo failed with duplicate architectures)
-
0.1.219 Jul 2026Release notes
Open source →- Fix pub.dev packaging: native binaries are now really inside the published archive (0.1.1 tarballs were missing native_libs/ because a repo-root gitignore rule excluded them from
dart pub publish)
- Fix pub.dev packaging: native binaries are now really inside the published archive (0.1.1 tarballs were missing native_libs/ because a repo-root gitignore rule excluded them from
-
0.1.119 Jul 2026Release notes
Open source →- Native library loads via the native-assets asset id (works with
flutter buildframework bundling), with filesystem search as fallback (#6) - New build target: Linux ARM64 (aarch64)
- Native library loads via the native-assets asset id (works with