{"id":19251035,"url":"https://github.com/onesignal/serde-redis","last_synced_at":"2025-04-06T09:10:54.667Z","repository":{"id":3734780,"uuid":"50551617","full_name":"OneSignal/serde-redis","owner":"OneSignal","description":"Serde support for redis-rs","archived":false,"fork":false,"pushed_at":"2024-09-16T19:14:11.000Z","size":2118,"stargazers_count":75,"open_issues_count":6,"forks_count":17,"subscribers_count":42,"default_branch":"main","last_synced_at":"2025-04-03T01:16:48.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneSignal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-28T03:22:03.000Z","updated_at":"2025-02-12T21:42:19.000Z","dependencies_parsed_at":"2022-08-06T14:15:22.093Z","dependency_job_id":"f6322bd6-bc59-477b-8836-1cbeeb233379","html_url":"https://github.com/OneSignal/serde-redis","commit_stats":{"total_commits":82,"total_committers":12,"mean_commits":6.833333333333333,"dds":0.426829268292683,"last_synced_commit":"ee685b7ff586b0855c65ef205184dc5d15abb92f"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fserde-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fserde-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fserde-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneSignal%2Fserde-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneSignal","download_url":"https://codeload.github.com/OneSignal/serde-redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T18:19:42.242Z","updated_at":"2025-04-06T09:10:54.649Z","avatar_url":"https://github.com/OneSignal.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"redis-serde\n===========\n\n[![Build Status](https://travis-ci.org/OneSignal/serde-redis.svg?branch=master)](https://travis-ci.org/OneSignal/serde-redis)\n[![Documentation](https://docs.rs/serde-redis/badge.svg)](https://docs.rs/crate/serde-redis/)\n[![Crates.io Version](https://img.shields.io/crates/v/serde-redis.svg)](https://crates.io/crates/serde-redis/)\n\n\n[serde][] serialization and deserialization of [redis-rs][] values\n\n[serde]: https://github.com/serde-rs/serde\n[redis-rs]: https://github.com/mitsuhiko/redis-rs\n\n## Status\n\n- Deserialization: Everything _should_ work.\n- Serialization: **unimplemented**\n\n## Summary\n\nThis crate gives you automatic deserialization of values returned from redis-rs.\n\n```rust\nuse serde_redis::RedisDeserialize;\n\n#[derive(Debug, Deserialize, PartialEq)]\nstruct Simple {\n    a: String,\n    b: String,\n}\n\nlet s: Simple = redis.hgetall(\"simple_hash\")?\n                     .deserialize()?;\n```\n\n## Future work\n\n- Work at the redis protocol level instead of `redis::Value` type.\n- Merge into redis-rs?\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\n   http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonesignal%2Fserde-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonesignal%2Fserde-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonesignal%2Fserde-redis/lists"}