Skip to content

Commit

Permalink
Add future directions
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Oct 5, 2020
1 parent 5fcc16b commit 1fbef3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 3.0-Upgrade.md
Expand Up @@ -18,3 +18,10 @@ guide](https://guides.rubyonrails.org/caching_with_rails.html#activesupport-cach
* Removed inline native code, use Ruby 2.3+ support for bsearch instead.
* The CAS operations previously in 'dalli/cas/client' have been
integrated into 'dalli/client'.

## Future Directions

The memcached project has deprecated the binary protocol used by Dalli
in favor of a new `meta/text` protocol that is somewhat human readable.

Dalli 4.0 will move in this direction and require memcached 1.6+.

0 comments on commit 1fbef3c

Please sign in to comment.