{"id":20989910,"url":"https://github.com/iddm/listpack-redis","last_synced_at":"2025-07-08T16:33:41.018Z","repository":{"id":226271057,"uuid":"764128010","full_name":"iddm/listpack-redis","owner":"iddm","description":"Listpack implementation based on Redis.","archived":false,"fork":false,"pushed_at":"2024-06-26T08:31:49.000Z","size":614,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T08:08:57.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iddm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-27T14:28:42.000Z","updated_at":"2024-06-26T08:31:52.000Z","dependencies_parsed_at":"2024-04-22T11:43:53.614Z","dependency_job_id":"b127833f-7a23-4af3-abf8-e5c21defb2d4","html_url":"https://github.com/iddm/listpack-redis","commit_stats":null,"previous_names":["iddm/listpack-redis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Flistpack-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Flistpack-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Flistpack-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iddm%2Flistpack-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iddm","download_url":"https://codeload.github.com/iddm/listpack-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243401492,"owners_count":20285052,"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-19T06:26:41.607Z","updated_at":"2025-03-13T11:46:11.769Z","avatar_url":"https://github.com/iddm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/iddm/listpack-redis/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/listpack-redis/actions/workflows/ci.yml)\n[![Crates](https://img.shields.io/crates/v/listpack-redis.svg)](https://crates.io/crates/listpack-redis)\n[![Docs](https://docs.rs/listpack-redis/badge.svg)](https://docs.rs/listpack-redis)\n[![License](https://img.shields.io/badge/license-RSALv2_or_SSPLv1-blue?style=flat\u0026logo=license)](./LICENSE)\n\n# Listpack (based on the Redis implementation)\n\nThis crate provides a Rust-idiomatic re-implementation of the \"listpack\"\ndata-structure implemented in Redis as a part of Redis.\n\nThis implementation is:\n\n1. fully written in Rust.\n2. Allows to specify a custom allocator.\n3. Allows to store more types than in Redis: `f64`, `u64`, `bool`,\n   `null` and objects of custom type.\n\n# Description\n\nPlease follow the official [description](https://github.com/antirez/listpack/blob/master/listpack.md) of the data structure first.\n\nIn order to implement the additional types, the unused data subencodings\nare used.\n\n# MSRV (Minimally-Supported Rust Version)\n\nThe `MSRV` is `1.70`.\n\n# Building\n\nSimply build using `cargo`:\n\n```sh\ncargo build\n```\n\n# Examples\n\nPlease take a look at the [/examples](./examples) directory, where you\nmay find a few examples showing the use of the crate.\n\nAdditionally, you may check out the unit tests\n[/src/listpack.rs](./src/listpack.rs) directory to get familiar with\nsome more specific use-cases.\n\n# LICENSE\n\n[License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddm%2Flistpack-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiddm%2Flistpack-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiddm%2Flistpack-redis/lists"}