{"id":30181096,"url":"https://github.com/jaredlunde/redis_structures","last_synced_at":"2025-08-12T08:07:31.547Z","repository":{"id":28519950,"uuid":"32036712","full_name":"jaredLunde/redis_structures","owner":"jaredLunde","description":"Pythonic data structures backed by Redis.","archived":false,"fork":false,"pushed_at":"2018-08-18T18:29:55.000Z","size":92,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T15:07:18.518Z","etag":null,"topics":["persistent-data-structure","python","python3","redis","redis-structures","redis-wrapper","wrapper"],"latest_commit_sha":null,"homepage":"http://docr.it/redis_structures","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredLunde.png","metadata":{"files":{"readme":"README","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}},"created_at":"2015-03-11T19:24:01.000Z","updated_at":"2021-03-10T14:58:26.000Z","dependencies_parsed_at":"2022-09-17T04:22:05.035Z","dependency_job_id":null,"html_url":"https://github.com/jaredLunde/redis_structures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaredLunde/redis_structures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fredis_structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fredis_structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fredis_structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fredis_structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredLunde","download_url":"https://codeload.github.com/jaredLunde/redis_structures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fredis_structures/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270024697,"owners_count":24514054,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["persistent-data-structure","python","python3","redis","redis-structures","redis-wrapper","wrapper"],"created_at":"2025-08-12T08:06:49.803Z","updated_at":"2025-08-12T08:07:31.527Z","avatar_url":"https://github.com/jaredLunde.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===============================\nRedis Structures\n===============================\n\nRedis data structures wrapped with Python 3.\n\n`Full documentation can be found at http://docr.it/redis_structures\n\u003chttp://docr.it/redis_structures\u003e`_\n\n.. image:: https://travis-ci.org/jaredlunde/redis_structures.svg?branch=master\n   :target: https://travis-ci.org/jaredlunde/redis_structures\n\nInstallation\n------------\n\nredis_structures requires a running Redis server. See `Redis's quickstart\n\u003chttp://redis.io/topics/quickstart\u003e`_ for installation instructions.\n\nTo install redis_structures:\n\n.. code-block:: bash\n\n    $ sudo pip install redis_structures\n\nor from source:\n\n.. code-block:: bash\n\n    $ git clone https://github.com/jaredlunde/redis_structures\n    $ cd redis_structures\n    $ sudo python setup.py install\n\n\nGetting Started\n---------------\n\n.. code-block:: pycon\n\n    \u003e\u003e\u003e from redis_structures import StrictRedis, RedisHash\n    \u003e\u003e\u003e client = StrictRedis(host='localhost', port=6379, db=0)\n    \u003e\u003e\u003e rh = RedisHash(\"my_hash\", prefix=\"rs:hash\" client=StrictRedis)\n    \u003e\u003e\u003e rh['hello'] = \"world\"  # sets the field name 'hello' to value 'world' in\n    \u003e\u003e\u003e                        # redis under the key rs:hash:my_hash\n    \u003e\u003e\u003e rh['hello']\n    'world'\n    \u003e\u003e\u003e del rh['hello']\n    \u003e\u003e\u003e rh.get('hello')\n    None\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredlunde%2Fredis_structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredlunde%2Fredis_structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredlunde%2Fredis_structures/lists"}