redi2casa 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e31a29ad73ca01a2f68929f4a55249a44e236c7
4
- data.tar.gz: d3e1b398602d81d0fad67fc3f2ad537538aabba9
3
+ metadata.gz: 80f85fcce93103d607bb74a7213382dcfd9eeea5
4
+ data.tar.gz: bdd985420c0b9681cedfcbb1384916afa5275154
5
5
  SHA512:
6
- metadata.gz: 72c3e1f256cbd70c4f8257184d5fa7bedc7a84a20ce6672a7a2196f02dbf44149c49ff8c6316b01ecbf9674d731e980512fa97e8a75ef994428922d7a3304169
7
- data.tar.gz: bf6a2eda26425a85f0fe76acc9ba351c2d1e875d1796296f6137e8314376ef17e92f3934d00b787358aa4accabd8598f5f99798da6a8e31bfb345c9a9256e07e
6
+ metadata.gz: d61fbe47c3f4a5a1f66e5e28686a456805413153b7bcb0616cc435078ec9fafd6bdc08b03d586d4b3b76cd6f90b37b7a50db18faebe82f51d2a76c2fd6543b98
7
+ data.tar.gz: 1ec82c660c68fcdbb6d34b28dc1a8462648b57b97a434d679244b36da678fb26f6153dc842d6d08a0dc772e11f685e6436aea92310cf941b2875ef4ed450c1fb
@@ -0,0 +1,5 @@
1
+ class Redi2casa
2
+ def llen namespace
3
+ lrange(namespace, 0, -1).size
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  class Redi2casa
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redi2casa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - vireshas
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-12 00:00:00.000000000 Z
12
+ date: 2014-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cql-rb
@@ -101,6 +101,7 @@ files:
101
101
  - lib/redi2casa/hset.rb
102
102
  - lib/redi2casa/incrby.rb
103
103
  - lib/redi2casa/keys.rb
104
+ - lib/redi2casa/llen.rb
104
105
  - lib/redi2casa/lpop.rb
105
106
  - lib/redi2casa/lpush.rb
106
107
  - lib/redi2casa/lrange.rb