{"id":19885673,"url":"https://github.com/asmod4n/mruby-redis-ae","last_synced_at":"2025-10-20T05:16:10.113Z","repository":{"id":76216519,"uuid":"49391726","full_name":"Asmod4n/mruby-redis-ae","owner":"Asmod4n","description":"mruby wrapper for the Redis Ae event loop","archived":false,"fork":false,"pushed_at":"2024-03-07T12:50:27.000Z","size":88,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-02T16:54:57.178Z","etag":null,"topics":["event-loop","mruby"],"latest_commit_sha":null,"homepage":"","language":"C","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/Asmod4n.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":"2016-01-11T00:11:01.000Z","updated_at":"2021-11-03T21:14:21.000Z","dependencies_parsed_at":"2024-03-07T13:57:57.146Z","dependency_job_id":"489b9643-a494-404b-92fd-4671b75b81d3","html_url":"https://github.com/Asmod4n/mruby-redis-ae","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Asmod4n/mruby-redis-ae","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-redis-ae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-redis-ae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-redis-ae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-redis-ae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asmod4n","download_url":"https://codeload.github.com/Asmod4n/mruby-redis-ae/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-redis-ae/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265679048,"owners_count":23810119,"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":["event-loop","mruby"],"created_at":"2024-11-12T17:35:16.033Z","updated_at":"2025-10-20T05:16:05.091Z","avatar_url":"https://github.com/Asmod4n.png","language":"C","readme":"# mruby-redis-ae\n\nmruby wrapper for the Redis Ae event loop\n\nExamples\n========\nrequires 'mruby-socket'\n```ruby\nae = RedisAe.new\nsocket = TCPServer.new(5001)\nfile_event = ae.create_file_event(socket) do |socket, mask|\n  client = socket.accept\n  puts client.recv(1024)\n  client.close\n  ae.delete_file_event(file_event)\n  ae.stop\nend\ntime_event = ae.create_time_event(5000) do\n  puts \"timer\"\n  ae.delete_time_event(time_event)\nend\nae.main\n```\n\nLicense\n=======\nCopyright 2016 Hendrik Beskow\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this project except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nAcknowledgements\n================\n\nThis is using code from https://github.com/antirez/disque\n\nCopyright (c) 2009-2012, Salvatore Sanfilippo \u003cantirez at gmail dot com\u003e\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n  * Redistributions of source code must retain the above copyright notice,\n    this list of conditions and the following disclaimer.\n  * Redistributions in binary form must reproduce the above copyright\n    notice, this list of conditions and the following disclaimer in the\n    documentation and/or other materials provided with the distribution.\n  * Neither the name of Disque nor the names of its contributors may be used\n    to endorse or promote products derived from this software without\n    specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmod4n%2Fmruby-redis-ae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmod4n%2Fmruby-redis-ae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmod4n%2Fmruby-redis-ae/lists"}