Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nateware/redis-objects issues and pull requests
#272 - Update objects.rb
Pull Request -
State: open - Opened by xorgnak over 2 years ago
- 1 comment
#271 - Redis.current depreciated.
Issue -
State: open - Opened by xorgnak over 2 years ago
- 1 comment
#270 - Update README.md
Pull Request -
State: open - Opened by szpasztor over 2 years ago
#269 - Deprecation warning from `Redis::List#shift`
Issue -
State: open - Opened by eguchi-ken over 2 years ago
- 2 comments
#268 - Backwards incompatible change to redis_prefix to address longstanding bug #231
Pull Request -
State: closed - Opened by nateware over 2 years ago
- 1 comment
#267 - Add Ruby 3.1 and 3.2 to the Travis config
Pull Request -
State: open - Opened by petergoldstein over 2 years ago
#266 - Migrate CI to GitHub Actions
Pull Request -
State: closed - Opened by petergoldstein over 2 years ago
#265 - About the `"redis", "< 4.6"` version constraint
Issue -
State: closed - Opened by Drowze over 2 years ago
- 4 comments
#264 - Update warning regarding expiration settings
Pull Request -
State: open - Opened by ibrahima almost 3 years ago
- 1 comment
#263 - Deprecated messages
Issue -
State: closed - Opened by andreimerfu almost 3 years ago
#262 - Let lock to use redis_options method
Pull Request -
State: open - Opened by glasses618 over 3 years ago
- 1 comment
#261 - Fix ConnectionPoolProxy Ruby 3.0 compatibility
Pull Request -
State: closed - Opened by casperisfine over 3 years ago
#260 - wrong number of arguments (given 4, expected 3) when calling zrangebyscore
Issue -
State: closed - Opened by arbesulo over 3 years ago
- 2 comments
Labels: bug, help wanted
#259 - Multitenant object conflict.
Issue -
State: closed - Opened by abigoroth almost 4 years ago
- 2 comments
Labels: bug, help wanted
#258 - Fix Redis::Objects::ConnectionPoolProxy #method_missing can pass key arguments
Pull Request -
State: closed - Opened by tranquilthink about 4 years ago
Labels: bug, help wanted
#257 - Set expiration on a lock row not represented in redis
Issue -
State: closed - Opened by poloka over 4 years ago
- 1 comment
Labels: works as expected
#256 - Change Redis#exists to Redis#exists?
Pull Request -
State: closed - Opened by alinagrishchuk over 4 years ago
#255 - Removing unused local variable `dir`
Pull Request -
State: closed - Opened by amatsuda almost 5 years ago
#254 - redis lock has a problem
Issue -
State: closed - Opened by Xunzi229 almost 5 years ago
- 2 comments
#253 - Redis object plug-in stops running in redis cluster environment
Issue -
State: closed - Opened by jack9603301 about 5 years ago
- 1 comment
#252 - Set expiration atomically
Pull Request -
State: open - Opened by tmsrjs about 5 years ago
#251 - Issue 249: fix atomic block for decrbyfloat
Pull Request -
State: closed - Opened by samoliuk over 5 years ago
#250 - Direct setters for lists hashes and sets
Pull Request -
State: closed - Opened by artinboghosian over 5 years ago
#249 - decrbyfloat decreases twice if atomic block returns nil or raises error
Issue -
State: closed - Opened by samoliuk over 5 years ago
- 5 comments
Labels: bug, help wanted, good first issue
#248 - Update redis dependency in order to remove test code
Issue -
State: closed - Opened by shanemvh over 5 years ago
- 1 comment
#247 - Allow spop to return multiple members
Pull Request -
State: closed - Opened by epaulbz over 5 years ago
#246 - Support list `=` method?
Issue -
State: closed - Opened by vanhuyz over 5 years ago
- 4 comments
Labels: feature, help wanted, good first issue
#245 - Friendlier wording for atomic operation paragraph
Pull Request -
State: closed - Opened by seanhandley over 5 years ago
#244 - Can you create an index on a field?
Issue -
State: closed - Opened by judahtanthony over 5 years ago
- 1 comment
#243 - Fix #delete!
Pull Request -
State: closed - Opened by pfeiffer almost 6 years ago
- 1 comment
#242 - only the lock owner can release lock
Pull Request -
State: closed - Opened by razertory almost 6 years ago
- 3 comments
#241 - Reduce complexity since `range` never return nil
Pull Request -
State: closed - Opened by khiav223577 about 6 years ago
- 2 comments
#240 - Move `Enumerable` functionality to `EnumerableObject`
Pull Request -
State: closed - Opened by tmsrjs about 6 years ago
#239 - DRY up objects
Pull Request -
State: closed - Opened by tmsrjs about 6 years ago
- 2 comments
#238 - Add option for using a custom serializer
Pull Request -
State: closed - Opened by tmsrjs about 6 years ago
- 2 comments
#237 - Stop using SETNX for locking
Issue -
State: open - Opened by thesecretmaster about 6 years ago
- 2 comments
Labels: help wanted, more info
#236 - Revert "Make Redis::Objects.connection thread-safe"
Pull Request -
State: closed - Opened by nateware over 6 years ago
#235 - Add expiration in seconds to obtain end_time
Pull Request -
State: closed - Opened by johnc219 over 6 years ago
#234 - Window in which lock may manually be released is too big
Issue -
State: closed - Opened by johnc219 over 6 years ago
- 1 comment
#233 - Add SortedSet#count alias so it's consistent with Set#count
Pull Request -
State: closed - Opened by tmattia over 6 years ago
#232 - redis-objects with passenger break in 1.4.2
Issue -
State: closed - Opened by aka47 over 6 years ago
- 2 comments
#231 - model name prefix is not always unique
Issue -
State: closed - Opened by khiav223577 over 6 years ago
- 10 comments
Labels: bug, accepted, help wanted
#230 - Delete when RoR object is being destroyed
Issue -
State: closed - Opened by KevinColemanInc over 6 years ago
- 2 comments
#229 - Queue type
Issue -
State: closed - Opened by KevinColemanInc over 6 years ago
- 3 comments
Labels: feature, accepted, help wanted
#228 - Travis: test against ruby 2.5
Pull Request -
State: closed - Opened by D-system over 6 years ago
#227 - Optimise lock
Pull Request -
State: closed - Opened by D-system over 6 years ago
- 1 comment
#226 - Lock logic could possibly be dramatically simplified
Issue -
State: closed - Opened by ronkorving over 6 years ago
#225 - Expiration time is not set atomically with the value
Issue -
State: closed - Opened by ronkorving over 6 years ago
- 3 comments
Labels: bug, in progress
#224 - Fix set operation methods on SortedSets
Pull Request -
State: closed - Opened by artinboghosian over 6 years ago
#223 - Allow compression of value stored in Redis::Value to save memory on Rβ¦
Pull Request -
State: closed - Opened by artinboghosian over 6 years ago
#222 - how to use +inf -inf
Issue -
State: closed - Opened by icbd almost 7 years ago
#221 - Sorted set is not calling the correct method for some set operations
Issue -
State: closed - Opened by khun84 almost 7 years ago
- 1 comment
#220 - Make Redis::Objects.connection thread-safe
Pull Request -
State: closed - Opened by gammons almost 7 years ago
- 5 comments
#219 - allow defaut_value if key doesn't exist
Pull Request -
State: closed - Opened by lyb124553153 almost 7 years ago
- 1 comment
#218 - Return count of lpush & rpush commands
Pull Request -
State: closed - Opened by edwardbako about 7 years ago
#217 - Value: nil is both present AND nil
Issue -
State: closed - Opened by krainboltgreene about 7 years ago
- 1 comment
#216 - Using a browser that can view marshaled data types from redis-objects?
Issue -
State: open - Opened by patakijv over 7 years ago
Labels: help wanted, good first issue
#215 - support redis 4.0.0
Pull Request -
State: closed - Opened by ota42y over 7 years ago
- 1 comment
#214 - Missing tag for v1.3.0 and changelog for v1.3.1
Issue -
State: closed - Opened by DmytroStepaniuk over 7 years ago
- 1 comment
#213 - Allow to set proc for expireat
Pull Request -
State: closed - Opened by onk over 7 years ago
- 1 comment
#212 - modify Counter#nil?
Pull Request -
State: closed - Opened by yuzixun over 7 years ago
#211 - use pre-calculated symbols for instance_variable_(get|set) for performance
Pull Request -
State: closed - Opened by gfx over 7 years ago
- 1 comment
#210 - CI against ruby 2.4.1
Pull Request -
State: closed - Opened by yosuke310 almost 8 years ago
- 1 comment
#209 - fix error when fields/keys is an array
Pull Request -
State: closed - Opened by yuzixun almost 8 years ago
#208 - Redis migration changes.
Pull Request -
State: closed - Opened by dennisfaust almost 8 years ago
#207 - Reduce query to Redis.
Pull Request -
State: closed - Opened by i2bskn almost 8 years ago
#206 - New release to include delete!
Issue -
State: closed - Opened by StephenEsser almost 8 years ago
- 1 comment
#205 - Does this gem support "setex" call
Issue -
State: open - Opened by madeyemoody85 about 8 years ago
- 2 comments
Labels: feature, help wanted
#204 - Test with redis-rb 4.0.0 RC1
Issue -
State: closed - Opened by djanowski about 8 years ago
- 2 comments
#203 - Lock expiration does not work on Single Table Inheritance objects.
Issue -
State: open - Opened by jdejong over 8 years ago
- 2 comments
Labels: bug, more info
#202 - Class level methods for hashes
Issue -
State: closed - Opened by steverob over 8 years ago
- 4 comments
#201 - Does redis-objects support auto garbage collection?
Issue -
State: closed - Opened by xqyww123 over 8 years ago
- 1 comment
#200 - Add method "mget" to improve efficiency for fetching values of multiple objects
Pull Request -
State: closed - Opened by liukgg over 8 years ago
- 1 comment
#199 - Fixes case of hmget empty collection
Pull Request -
State: closed - Opened by bf4 over 8 years ago
#198 - Feature request: Rails 5 support?
Issue -
State: closed - Opened by bestori over 8 years ago
- 3 comments
#197 - Don't save by default
Issue -
State: closed - Opened by alienxp03 almost 9 years ago
- 3 comments
Labels: cannot reproduce
#196 - The `lock` method conflicts with ActiveRecord::Querying#lock
Issue -
State: closed - Opened by UniIsland almost 9 years ago
- 6 comments
Labels: feature, parked
#195 - string template not workingπ
Issue -
State: closed - Opened by Matrixbirds almost 9 years ago
- 4 comments
#194 - Add support for popping/shifting multiple elements from a List.
Pull Request -
State: closed - Opened by oggy almost 9 years ago
#193 - Doesn't set default value to redis when just try read
Pull Request -
State: closed - Opened by Galathius about 9 years ago
#192 - support shifting multiple values from the list
Issue -
State: closed - Opened by antulik over 9 years ago
- 2 comments
#191 - lock method conflict activerecord lock method
Issue -
State: closed - Opened by sforce100 over 9 years ago
- 10 comments
Labels: feature, help wanted
#189 - Add delete whole object method
Pull Request -
State: closed - Opened by mneumark over 9 years ago
- 2 comments
#188 - Is there any approach to get keys that match a pattern?
Issue -
State: closed - Opened by hzlu over 9 years ago
- 2 comments
#187 - Bug fix for #to_json
Pull Request -
State: closed - Opened by rossta over 9 years ago
- 4 comments
#184 - Wrong key name with namespaced class
Issue -
State: closed - Opened by takashi over 9 years ago
- 5 comments
Labels: feature, parked
#183 - add prefix_model options
Pull Request -
State: closed - Opened by yangxing-star over 9 years ago
- 2 comments
#179 - overwriting ttl on each write
Pull Request -
State: closed - Opened by dreyks over 9 years ago
- 2 comments
#163 - Per lock timeout values do not appear to work
Issue -
State: closed - Opened by jdejong about 10 years ago
- 13 comments
Labels: cannot reproduce
#162 - SortedSet methods like #rangebyscore broken with redis_object >= 0.9.1 and use of multi
Issue -
State: open - Opened by scotttam about 10 years ago
- 1 comment
Labels: feature, help wanted
#160 - Need a more efficient declaration than Redis::Objects.counter, sorted_set, etc...
Issue -
State: closed - Opened by phuongnd08 about 10 years ago
- 1 comment
Labels: feature, parked
#159 - Not possible to use Counter#incrbyfloat with multi
Issue -
State: open - Opened by phuongnd08 about 10 years ago
- 1 comment
Labels: feature, help wanted
#158 - Shouldn't sorted_set[non_existent_member] return nil instead of 0?
Issue -
State: open - Opened by snicky over 10 years ago
- 2 comments
Labels: help wanted, more info
#153 - Redis::Objects methods need better name-spacing
Issue -
State: closed - Opened by UniIsland over 10 years ago
- 5 comments
Labels: feature
#152 - reduce the number of redis requests when using it with ActiveRecord queries
Issue -
State: closed - Opened by AdrianFlorian over 10 years ago
- 3 comments
Labels: feature, parked, help wanted
#147 - TypeError: incompatible marshal file format when use with Rails.
Issue -
State: closed - Opened by taiansu over 10 years ago
- 6 comments
#137 - attr_writer like methods for hash_keys, sets, lists
Issue -
State: closed - Opened by mrkamel over 10 years ago
- 3 comments
Labels: feature, parked
#65 - Support for :weight and :aggregate options in unionstore and interstore
Issue -
State: open - Opened by oli-g over 12 years ago
- 1 comment
Labels: help wanted, good first issue
#50 - Sorted Set uses non-existent "zdiff" command
Issue -
State: closed - Opened by gravityrail over 13 years ago
- 2 comments
#40 - Model keys persist in Redis after ActiveRecord::Base model destruction
Issue -
State: closed - Opened by nuclearsandwich over 13 years ago
- 20 comments
Labels: feature, parked, help wanted