{"id":20643870,"url":"https://github.com/adjust/redis-latest-head","last_synced_at":"2025-05-10T08:31:09.447Z","repository":{"id":24916144,"uuid":"28333034","full_name":"adjust/redis-latest-head","owner":"adjust","description":null,"archived":true,"fork":false,"pushed_at":"2014-12-22T09:50:54.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":76,"default_branch":"master","last_synced_at":"2025-03-09T14:39:53.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adjust.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":"2014-12-22T09:45:56.000Z","updated_at":"2024-09-10T12:51:31.000Z","dependencies_parsed_at":"2022-08-23T09:31:32.251Z","dependency_job_id":null,"html_url":"https://github.com/adjust/redis-latest-head","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fredis-latest-head","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fredis-latest-head/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fredis-latest-head/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjust%2Fredis-latest-head/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adjust","download_url":"https://codeload.github.com/adjust/redis-latest-head/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253389737,"owners_count":21900805,"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-16T16:14:10.292Z","updated_at":"2025-05-10T08:31:08.812Z","avatar_url":"https://github.com/adjust.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Redis client for Golang [![Build Status](https://travis-ci.org/go-redis/redis.png?branch=master)](https://travis-ci.org/go-redis/redis)\n=======================\n\nSupports:\n\n- Redis 2.8 commands except QUIT, MONITOR, SLOWLOG and SYNC.\n- Pub/sub.\n- Transactions.\n- Pipelining.\n- Connection pool.\n- TLS connections.\n- Thread safety.\n- Timeouts.\n- Redis Sentinel.\n\nAPI docs: http://godoc.org/github.com/adjust/redis.\nExamples: http://godoc.org/github.com/adjust/redis#pkg-examples.\n\nInstallation\n------------\n\nInstall:\n\n    go get github.com/adjust/redis\n\nLook and feel\n-------------\n\nSome corner cases:\n\n    SORT list LIMIT 0 2 ASC\n    vals, err := client.Sort(\"list\", redis.Sort{Offset: 0, Count: 2, Order: \"ASC\"}).Result()\n\n    ZRANGEBYSCORE zset -inf +inf WITHSCORES LIMIT 0 2\n    vals, err := client.ZRangeByScoreWithScores(\"zset\", redis.ZRangeByScore{\n        Min: \"-inf\",\n        Max: \"+inf\",\n        Offset: 0,\n        Count: 2,\n    }).Result()\n\n    ZINTERSTORE out 2 zset1 zset2 WEIGHTS 2 3 AGGREGATE SUM\n    vals, err := client.ZInterStore(\"out\", redis.ZStore{Weights: []int64{2, 3}}, \"zset1\", \"zset2\").Result()\n\n    EVAL \"return {KEYS[1],ARGV[1]}\" 1 \"key\" \"hello\"\n    vals, err := client.Eval(\"return {KEYS[1],ARGV[1]}\", []string{\"key\"}, []string{\"hello\"}).Result()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjust%2Fredis-latest-head","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadjust%2Fredis-latest-head","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjust%2Fredis-latest-head/lists"}