io_shuten 0.1.0.dev6 → 0.1.0.dev7
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.
- data/doc/IO_shuten/Base.html +78 -99
- data/doc/IO_shuten/Buffer.html +130 -150
- data/doc/IO_shuten/Errors/FileAccessError.html +4 -5
- data/doc/IO_shuten/Errors/FileNotFoundError.html +4 -5
- data/doc/IO_shuten/Errors/NodeExistsError.html +4 -5
- data/doc/IO_shuten/Errors/NodeNameError.html +4 -5
- data/doc/IO_shuten/Errors/NodeNotFoundError.html +4 -5
- data/doc/IO_shuten/Errors/NotYetImplemented.html +4 -5
- data/doc/IO_shuten/Errors.html +4 -5
- data/doc/IO_shuten/Memory.html +127 -147
- data/doc/IO_shuten/Mongo.html +6 -8
- data/doc/IO_shuten/Redis.html +164 -263
- data/doc/IO_shuten/Stores/BaseContainer.html +377 -0
- data/doc/IO_shuten/Stores/Mongo/Collection.html +4 -5
- data/doc/IO_shuten/Stores/Mongo/GridFS.html +4 -5
- data/doc/IO_shuten/Stores/Mongo.html +4 -5
- data/doc/IO_shuten/Stores/Redis/Container.html +778 -0
- data/doc/IO_shuten/Stores/Redis/KeyValue/Collection.html +504 -0
- data/doc/IO_shuten/Stores/Redis/KeyValue/Single.html +438 -0
- data/doc/IO_shuten/Stores/Redis/KeyValue.html +176 -7
- data/doc/IO_shuten/Stores/Redis/PubSub.html +140 -5
- data/doc/IO_shuten/Stores/Redis.html +7 -6
- data/doc/IO_shuten/Stores.html +6 -7
- data/doc/IO_shuten/Zmq.html +166 -0
- data/doc/IO_shuten.html +6 -7
- data/doc/_index.html +49 -6
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +10 -3
- data/doc/index.html +10 -3
- data/doc/method_list.html +160 -24
- data/doc/top-level-namespace.html +2 -2
- data/io_shuten.gemspec +6 -1
- data/lib/io_shuten/buffer.rb +8 -6
- data/lib/io_shuten/memory.rb +8 -5
- data/lib/io_shuten/version.rb +1 -1
- data/spec/lib/buffer_spec.rb +43 -0
- data/spec/lib/memory_spec.rb +49 -0
- data/spec/lib/redis_spec.rb +15 -1
- metadata +49 -44
@@ -98,9 +98,8 @@
|
|
98
98
|
|
99
99
|
<h2>Overview</h2><div class="docstring">
|
100
100
|
<div class="discussion">
|
101
|
-
|
102
|
-
Exception if something went wrong on file handling
|
103
|
-
</p>
|
101
|
+
|
102
|
+
<p>Exception if something went wrong on file handling</p>
|
104
103
|
|
105
104
|
|
106
105
|
</div>
|
@@ -121,9 +120,9 @@ Exception if something went wrong on file handling
|
|
121
120
|
</div>
|
122
121
|
|
123
122
|
<div id="footer">
|
124
|
-
Generated on
|
123
|
+
Generated on Mon Jan 30 01:52:36 2012 by
|
125
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.7.4 (ruby-1.
|
125
|
+
0.7.4 (ruby-1.9.3).
|
127
126
|
</div>
|
128
127
|
|
129
128
|
</body>
|
@@ -98,9 +98,8 @@
|
|
98
98
|
|
99
99
|
<h2>Overview</h2><div class="docstring">
|
100
100
|
<div class="discussion">
|
101
|
-
|
102
|
-
Exception if file was not found
|
103
|
-
</p>
|
101
|
+
|
102
|
+
<p>Exception if file was not found</p>
|
104
103
|
|
105
104
|
|
106
105
|
</div>
|
@@ -121,9 +120,9 @@ Exception if file was not found
|
|
121
120
|
</div>
|
122
121
|
|
123
122
|
<div id="footer">
|
124
|
-
Generated on
|
123
|
+
Generated on Mon Jan 30 01:52:36 2012 by
|
125
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.7.4 (ruby-1.
|
125
|
+
0.7.4 (ruby-1.9.3).
|
127
126
|
</div>
|
128
127
|
|
129
128
|
</body>
|
@@ -98,9 +98,8 @@
|
|
98
98
|
|
99
99
|
<h2>Overview</h2><div class="docstring">
|
100
100
|
<div class="discussion">
|
101
|
-
|
102
|
-
Exception if the node object name was found in pool
|
103
|
-
</p>
|
101
|
+
|
102
|
+
<p>Exception if the node object name was found in pool</p>
|
104
103
|
|
105
104
|
|
106
105
|
</div>
|
@@ -121,9 +120,9 @@ Exception if the node object name was found in pool
|
|
121
120
|
</div>
|
122
121
|
|
123
122
|
<div id="footer">
|
124
|
-
Generated on
|
123
|
+
Generated on Mon Jan 30 01:52:36 2012 by
|
125
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.7.4 (ruby-1.
|
125
|
+
0.7.4 (ruby-1.9.3).
|
127
126
|
</div>
|
128
127
|
|
129
128
|
</body>
|
@@ -98,9 +98,8 @@
|
|
98
98
|
|
99
99
|
<h2>Overview</h2><div class="docstring">
|
100
100
|
<div class="discussion">
|
101
|
-
|
102
|
-
Exception if the node object name was of wrong type
|
103
|
-
</p>
|
101
|
+
|
102
|
+
<p>Exception if the node object name was of wrong type</p>
|
104
103
|
|
105
104
|
|
106
105
|
</div>
|
@@ -121,9 +120,9 @@ Exception if the node object name was of wrong type
|
|
121
120
|
</div>
|
122
121
|
|
123
122
|
<div id="footer">
|
124
|
-
Generated on
|
123
|
+
Generated on Mon Jan 30 01:52:36 2012 by
|
125
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.7.4 (ruby-1.
|
125
|
+
0.7.4 (ruby-1.9.3).
|
127
126
|
</div>
|
128
127
|
|
129
128
|
</body>
|
@@ -98,9 +98,8 @@
|
|
98
98
|
|
99
99
|
<h2>Overview</h2><div class="docstring">
|
100
100
|
<div class="discussion">
|
101
|
-
|
102
|
-
Exception if a node object was not found
|
103
|
-
</p>
|
101
|
+
|
102
|
+
<p>Exception if a node object was not found</p>
|
104
103
|
|
105
104
|
|
106
105
|
</div>
|
@@ -121,9 +120,9 @@ Exception if a node object was not found
|
|
121
120
|
</div>
|
122
121
|
|
123
122
|
<div id="footer">
|
124
|
-
Generated on
|
123
|
+
Generated on Mon Jan 30 01:52:36 2012 by
|
125
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.7.4 (ruby-1.
|
125
|
+
0.7.4 (ruby-1.9.3).
|
127
126
|
</div>
|
128
127
|
|
129
128
|
</body>
|
@@ -98,9 +98,8 @@
|
|
98
98
|
|
99
99
|
<h2>Overview</h2><div class="docstring">
|
100
100
|
<div class="discussion">
|
101
|
-
|
102
|
-
Exception for not yet implemented methods (stubs)
|
103
|
-
</p>
|
101
|
+
|
102
|
+
<p>Exception for not yet implemented methods (stubs)</p>
|
104
103
|
|
105
104
|
|
106
105
|
</div>
|
@@ -121,9 +120,9 @@ Exception for not yet implemented methods (stubs)
|
|
121
120
|
</div>
|
122
121
|
|
123
122
|
<div id="footer">
|
124
|
-
Generated on
|
123
|
+
Generated on Mon Jan 30 01:52:36 2012 by
|
125
124
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
|
-
0.7.4 (ruby-1.
|
125
|
+
0.7.4 (ruby-1.9.3).
|
127
126
|
</div>
|
128
127
|
|
129
128
|
</body>
|
data/doc/IO_shuten/Errors.html
CHANGED
@@ -81,9 +81,8 @@
|
|
81
81
|
|
82
82
|
<h2>Overview</h2><div class="docstring">
|
83
83
|
<div class="discussion">
|
84
|
-
|
85
|
-
Collection of Errors/Exceptions
|
86
|
-
</p>
|
84
|
+
|
85
|
+
<p>Collection of Errors/Exceptions</p>
|
87
86
|
|
88
87
|
|
89
88
|
</div>
|
@@ -111,9 +110,9 @@ Collection of Errors/Exceptions
|
|
111
110
|
</div>
|
112
111
|
|
113
112
|
<div id="footer">
|
114
|
-
Generated on
|
113
|
+
Generated on Mon Jan 30 01:52:36 2012 by
|
115
114
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
|
-
0.7.4 (ruby-1.
|
115
|
+
0.7.4 (ruby-1.9.3).
|
117
116
|
</div>
|
118
117
|
|
119
118
|
</body>
|