nickamorim

Results 4 comments of nickamorim

@wbpcode how did you come up with the 300s keepalive time? It seems significantly shorter than the Linux default (2h).

Even with the change proposed by @journaux, the Rust bindings still fail to build. ``` cargo:warning=In file included from /Users/nickamorim/src/github.com/Shopify/CacheLib/cachelib/rust/src/cachelib.h:22:0, cargo:warning= from /Users/nickamorim/src/github.com/Shopify/CacheLib/cachelib/rust/target/debug/build/cachelib-7bbe50bf6a183fab/out/cxxbridge/sources/cachelib/src/lib.rs.cc:1: cargo:warning=/Users/nickamorim/src/github.com/Shopify/CacheLib/cachelib/allocator/CacheAllocator.h:19:10: fatal error: folly/CPortability.h: No such file...

The line you're referencing wasn't introduced in https://github.com/petergoldstein/dalli/pull/1025 since that code hasn't been released yet. If you're on a Ruby version >3.0, there's a good chance those timeouts don't even...

> How does this behave when cache_nils is true? An empty string is stored: ``` irb(main):001> require "dalli" irb(main):002> c = Dalli::Client.new("127.0.0.1", cache_nils: true) irb(main):003> c.set("foo", nil, 0, raw: true)...