Jeremy Dobrzanski

Results 3 issues of Jeremy Dobrzanski

Want the ability to timeout sessions server side. I've add a `Coherence.DbStore` protocol impl that uses Redis for storage and TTL but the credentials are still stored and first accessed...

### Feature Description Nice work!!! I've been waiting for a cross-platform c# REPL, thanks! A great feature addition would be the ability to "remote console" into running web applications such...

enhancement

Nebulex Redis Adapter: 2.4.0 Elixir: 1.17.2 Erlang: OTP 27 Example: ```elixir iex> MyApp.RedisCache.put("test", "test") :ok iex> MyApp.RedisCache.stats %Nebule.Stats{ measurements: %{ updates: 0, evictions: 0, expirations: 0, hits: 0, misses: 0,...