Skip to content
View joshnies's full-sized avatar

Block or report joshnies

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    .

    Lua

  2. Extension trait for the "redis" crat... Extension trait for the "redis" crate to simplify deserialization.
    1
    use anyhow::{anyhow, Result};
    2
    use redis::RedisError;
    3
    use serde::de::DeserializeOwned;
    4
    
                  
    5
    /// Extension for `redis` crate responses that return a single entity.