{"id":16697009,"url":"https://github.com/seratch/dallish","last_synced_at":"2025-08-26T20:12:36.273Z","repository":{"id":4484093,"uuid":"5623187","full_name":"seratch/dallish","owner":"seratch","description":"An extended Dalli for memcached 1.4.x","archived":false,"fork":false,"pushed_at":"2012-08-31T05:50:06.000Z","size":123,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-27T13:42:40.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/seratch.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}},"created_at":"2012-08-31T01:25:32.000Z","updated_at":"2019-08-13T15:08:26.000Z","dependencies_parsed_at":"2022-09-19T02:50:52.380Z","dependency_job_id":null,"html_url":"https://github.com/seratch/dallish","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/seratch/dallish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fdallish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fdallish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fdallish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fdallish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seratch","download_url":"https://codeload.github.com/seratch/dallish/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seratch%2Fdallish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272252858,"owners_count":24900762,"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-26T02:00:07.904Z","response_time":60,"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":[],"created_at":"2024-10-12T17:45:46.241Z","updated_at":"2025-08-26T20:12:36.210Z","avatar_url":"https://github.com/seratch.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dallish\n\nDallish is an extended [Dalli](https://github.com/mperham/dalli) for memcached 1.4.x.\n\nhttps://rubygems.org/gems/dallish\n\n\n## Note\n\nDallish is slower than Dalli. Just use as a tool for debugging or management.\n\nThe methods by Dallish won't work with memcached 1.6 or higher.\n\n## How to use?\n\n```\ngem install dallish\n```\n\nTry it out as follows.\n\n```ruby\nrequire 'dallish'\n\ndallish = Dallish.new('localhost:11211')\n\n# methods by Dalli\n\ndallish.set('foo', 123)\ndallish.set('fooo', 234)\ndallish.set('bar', 345)\ndallish.set('baz', 456)\n\ndallish.get('foo') # =\u003e 123\n\n# methods by Dallish\n\ndallish.all_keys # =\u003e [foo,fooo,bar,baz]\n\ndallish.find_keys_by(/foo.+/) # =\u003e [foo,fooo]\n\ndallish.find_all_by(/foo.+/) # =\u003e {\"foo\"=\u003e123,\"fooo\"=\u003e234,\"bar\"=\u003e345,\"baz\"=\u003e456}\n\ndallish.delete_all_by(/foo.+/) # 'foo', 'fooo' will be deleted\n```\n\n## License\n\nThe MIT License\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseratch%2Fdallish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseratch%2Fdallish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseratch%2Fdallish/lists"}