redis-store 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of redis-store might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d5a0077a321672a08d78929533f54fccdc25730
4
- data.tar.gz: d1b3cb05a453eb8f607509db5cf24f6035275aad
3
+ metadata.gz: 6b416841fd9dc89e5b45429f265b58c2f96f3564
4
+ data.tar.gz: 4d3db7c5541a0fb20c286796ef0252ed37225e3e
5
5
  SHA512:
6
- metadata.gz: 5142fb4438b825bdc84dbd410adfa6661ad2356a43a925f210a77ac5a346bc95dbe9de20164bfe316e1600d414e6167cf86587480c9b477611de46dfaee39fb8
7
- data.tar.gz: 0528095121316e86d85259cab836fc47da23229140e3bdce118abc4186ff2112c4c0ed51a997b0347d9da383f7247cfe82d441cdd6d0bd49c96468e27152e80d
6
+ metadata.gz: aca6857bfe152b68ba3f9076d0be04a1b0cf55c02034f519e7f32eacee63f6cb98e5ed9e1d089e381b02a74cab3e97ee4e1d7f7c8ecbb7003b51b5469683d3ac
7
+ data.tar.gz: 08d158b75835bf6fb70aae57be335761e8c4e175e7e131336dce9fd26492a14479b5375b7a55e220c17734abebc1227e3c3346c3cb4cf36873f1cccbca87b9c9
data/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ Gemfile.lock
2
+ *.gem
3
+ tmp/
data/.travis.yml ADDED
@@ -0,0 +1,16 @@
1
+ language: ruby
2
+ before_install: gem install bundler
3
+ script: 'bundle exec rake'
4
+ rvm:
5
+ - 1.9.3
6
+ - 2.0.0
7
+ - ruby-head
8
+ - rbx-19mode
9
+ - jruby-19mode
10
+ - jruby-head
11
+ bundler_args: '--path vendor/bundle'
12
+
13
+ matrix:
14
+ allow_failures:
15
+ - rvm: jruby-head
16
+ - rvm: ruby-head
data/CHANGELOG ADDED
@@ -0,0 +1,481 @@
1
+ *1.1.4 (August 20, 2013)*
2
+
3
+ * Bump version v1.1.4
4
+ * Release redis-rails 4.0.0
5
+ * Release redis-actionpack 4.0.0
6
+ * Release redis-activesupport 4.0.0
7
+ * Release redis-sinatra 1.4.0
8
+ * Release redis-rack-cache 1.2.2
9
+ * Release redis-i18n 0.6.5
10
+ * Release redis-rack 1.5.0
11
+ * New versions of the AS, AP and Rails gems [Alexey Vasiliev]
12
+ * fix gems for Rails 4 [Alexey Vasiliev]
13
+ * JRuby testing, remove 1.8.7 from tests (unsupported), fix some tests [Alexey Vasiliev]
14
+ * Change configurations for the Rails dummy app.
15
+ * use @default_options when calling @pool.set to avoid infinite-ttl session leak, fixes #179 [Sean Walbran]
16
+ * Test against Rails 4 not master [Rafael Mendonça França]
17
+ * Make possible to work with rack 1.5 [Rafael Mendonça França]
18
+ * Add support pluralization support to Redis i18n [Joachim Filip Ignacy Bartosik]
19
+ * Fixes #189 [Fabrizio Regini]
20
+ * fix CI script [Fabrizio Regini]
21
+ * Redis::Factory => Redis::Store::Factory
22
+ * Added performance warning, per #186. [Brian P O'Rourke]
23
+ * Fix: read_multi was returning ActiveSupport::Cache::Entry instead of deserialized value [Miles D Goodings]
24
+ * Fix: can't modify frozen String errors in Redis::Store::Marshalling [Miles D Goodings]
25
+ * Add expire method and tests [Han Chang]
26
+ * Run against Rails 4 and Ruby 2.0 [Steve Klabnik]
27
+ * Clean up README files to be more clear and helpful [Matthew Beale]
28
+ * Bundler 1.2.0 is now out, don't require the RC on the CI server
29
+ * Relaxed the requirement for the Redis gem (>= 2.2). Updated development dependencies.
30
+ * Ensure Redis 2.6 compat
31
+
32
+ *1.1.3 (October 6, 2012)*
33
+
34
+ * Bump version v1.1.3
35
+ * Invoke namespaced commands only when keys are present.
36
+
37
+ *1.1.2 (September 4, 2012)*
38
+
39
+ * Bump version v1.1.2 [Matt Horan]
40
+ * Override flushdb for namespaced datastore [Gregory Marcilhacy]
41
+
42
+ *1.1.1 (June 26, 2012)*
43
+
44
+ * Bump version v1.1.1
45
+ * README, CHANGELOG
46
+ * Bumped redis-sinatra 1.3.3
47
+ * Bumped redis-rack 1.4.2
48
+ * Bumped redis-i18n 0.6.1
49
+ * Relaxing dependencies
50
+ * Relax requirement on redis (use >= 2.2.0)
51
+ Because resque still depends on redis 2.x and sidekiq on redis 3.x,
52
+ using >= 2.2.0 instead of ~> 3.0.0 allows compatibility with both. [Lukas Westermann]
53
+ * Use default value for port, otherwise factory_test.rb:65 fails (port = 0) [Lukas Westermann]
54
+ * Use redis 3.x [Lukas Westermann]
55
+ * Adding examples for rails cache store config with URLs [aliix]
56
+ * Bumped redis-rack-cache 1.2
57
+ * Bump: [Matt Horan]
58
+ - redis-rails 3.2.3
59
+ - redis-actionpack 3.2.3
60
+ - redis-activesupport 3.2.3
61
+ * Loosen actionpack version requirement for possible Rails 3.2.3 compatibility [Filip Tepper]
62
+ * Add Rails 3.2.2 support for redis-actionpack, redis-activesupport, redis-rails [Jack Chu]
63
+ * Bumped redis-rack 1.4.1
64
+ * Bumped:
65
+ - redis-rack 1.4.0
66
+ - redis-activesupport 3.2.1
67
+ - redis-actionpack 3.2.1
68
+ - redis-rails 3.2.1
69
+ * Bump redis-sinatra 1.3.2
70
+
71
+ *1.1.0 (February 14, 2012)*
72
+
73
+ * Bump version v1.1.0
74
+ * Prepare stable releases
75
+ - redis-store 1.1.0
76
+ - redis-actionpack 3.1.3
77
+ - redis-activesupport 3.1.3
78
+ - redis-i18n 0.6.0
79
+ - redis-rack-cache 1.1
80
+ - redis-rack 1.3.5
81
+ - redis-rails 3.1.3
82
+ - redis-sinatra 1.3.1
83
+ * Replace minitest-rails with mini_specunit [Matt Horan]
84
+ * Bumped: [Matt Horan]
85
+ - redis-actionpack 3.1.3.rc4
86
+ - redis-activesupport 3.1.3.rc2
87
+ - redis-i18n 0.6.0.rc2
88
+ - redis-rack-cache 1.1.rc3
89
+ - redis-rails 3.1.3.rc4
90
+ - redis-sinatra 1.3.1.rc2
91
+ * Remove redis-actionpack dependency on redis-rack-cache [Matt Horan]
92
+
93
+ *1.1.0 [rc2] (February 3, 2012)*
94
+
95
+ * Bump version v1.1.0.rc2
96
+ * Bumped: [Matt Horan]
97
+ - redis-store 1.1.0.rc2
98
+ - redis-actionpack 3.1.3.rc3
99
+ - redis-rails 3.1.3.rc3
100
+ * README, CHANGELOG
101
+ * Don't clobber :redis_server if provided to ActionDispatch::Session::RedisStore [Matt Horan]
102
+ * Support :servers option to ActionDispatch::Session::RedisStore [Matt Horan]
103
+ * Add missing assertions [Matt Horan]
104
+ * Integrate against a distributed Redis store [Matt Horan]
105
+ * Remove duplicated logic for merging default Redis server with options [Matt Horan]
106
+ * Rename ActionDispatch::Session::RedisSessionStore to RedisStore in keeping with documentation and MemCacheStore [Matt Horan]
107
+ * Test auto-load of unloaded class [Matt Horan]
108
+ * Replace assert_response with must_be [Matt Horan]
109
+ * Pending upstream fix [Matt Horan]
110
+ * Additional tests for rack-actionpack, borrowed from MemCacheStoreTest [Matt Horan]
111
+ * Test redis-actionpack with dummy Rails application [Matt Horan]
112
+ * Use Rack::Session::Redis API in RedisSessionStore [Matt Horan]
113
+ * Quiet warnings [Matt Horan]
114
+ * Remove superfluous tests [Matt Horan]
115
+ * Cleanup Redis::Store::Ttl setnx and set tests with help from @mike-burns [Matt Horan]
116
+ * Verify Ttl#setnx sets raw => true if expiry is provided [Matt Horan]
117
+ * Fix redis-rack spec [Matt Horan]
118
+ * Previous fix for double marshal just disabled expiry. Instead, call setnx from Ttl module with :raw => true so that Marshal.dump [Matt Horan]
119
+ * Test and fix for double marshal [Matt Horan]
120
+ * Cleanup Redis::Store::Ttl spec [Matt Horan]
121
+ * Fix Redis::Rack version require [Matt Horan]
122
+ * Redis::Store::Ttl extends Redis#set with TTL support [Matt Horan]
123
+ * Specs for Redis::Store::Ttl [Matt Horan]
124
+ * Bumped:
125
+ - redis-rack-cache 1.1.rc2
126
+ - redis-actionpack 3.1.3.rc2
127
+ - redis-rails 3.1.3.rc2
128
+ * Ensure TTL is an integer - Rails cache returns a float when used with race_condition_ttl [Matt Williams]
129
+
130
+ *1.1.0 [rc] (December 30, 2011)*
131
+
132
+ * Bump version v1.1.0.rc
133
+ * Prepare RCs
134
+ * redis-store 1.1.0.rc
135
+ * CHANGELOG
136
+ * Use strict dependencies.
137
+ * READMEs and Licenses
138
+ * redis-actionpack now depends on redis-rack-cache
139
+ * Redis::Factory.convert_to_redis_client_options => Redis::Factory.resolve.
140
+ * Don't use autoload
141
+ * Make redis-rack-cache tests to pass again
142
+ * Target Rack::Cache 1.1 for redis-rack-cache
143
+ * Target Rack 1.4.0 for redis-rack
144
+ * Gemspecs, dependencies and versions
145
+ * Make redis-rails tests to pass again
146
+ * redis-actionpack dependencies
147
+ * redis-activesupport dependencies
148
+ * Fix for redis-rack tests
149
+ * Fix for redis-activesupport tests
150
+ * Make redis-sinatra tests to pass again
151
+ * Make redis-actionpack tests to pass again
152
+ * Install bundler 1.1 RC on travis-ci.org [Michael Klishin]
153
+ * Make redis-rack tests to pass again
154
+ * Added SETEX support to Interface and Marshalling
155
+ * Make redis-i18n tests to pass again
156
+ * Make redis-activesupport tests to pass again
157
+ * More tests for redis-store core
158
+ * Redis::Factory is created with general options and not the redis_server [Julien Kirch]
159
+ * Moved README.md
160
+ * Split gems in subdirectories
161
+ * Moved everything under redis-store
162
+ * Use bundler 1.1.rc
163
+ * Better Ruby idiom on File.expand_path
164
+ * Moved Rake test tasks into lib/tasks/redis.tasks.rb, in order to DRY Rake
165
+ * Testing: Use relative paths when referring to pid files
166
+ * Autoload modules
167
+ * Moved Rake test tasks under lib/ in order to make them accessible to all
168
+ * Let the Redis::DistributedStore test to pass
169
+ * Let Redis Rake tasks to work again
170
+ * Run tests without dtach
171
+ * Switch from RSpec to MiniTest::Unit
172
+ * Removed all the references to Rails, Merb, Sinatra, Rack, i18n, Rack::Session and Rack::Cache
173
+ * Gemfile is now depending on the gemspec. Removed Jewler.
174
+
175
+ *1.0.0 (September 1, 2011)*
176
+
177
+ * Bump version v1.0.0
178
+ * Avoid encoding issues when sending strings to Redis. [Damian Janowski]
179
+ * Fixed a bug that caused all the users to share the same session (with a session_id of 0 or 1) [Mathieu Ravaux]
180
+ * ActiveSupport cache stores reply to read_multi with a hash, not an array. [Matt Griffin]
181
+ * Rack::Session && Rack::Cache store can be created with options [aligo]
182
+ * add destroy_session [aligo]
183
+ * compatible with rails 3.1. rely on Rack::Session::Redis stores API. [aligo]
184
+ * Fixed Marshalling semantic
185
+
186
+ *1.0.0 [rc1] (June 5, 2011)*
187
+
188
+ * Bump version v1.0.0.rc1
189
+ * Re-implement the delete_entry because it s needed by the ActiveSupport::Cache [Cyril Mougel]
190
+ * Change readme documentation for rack-cache to use single redis database with namespace support per Redis maintainers recommendation [Travis D. Warlick, Jr.]
191
+ * Rack-Cache entity and meta store base classes should use the Redis::Factory.convert_to_redis_client_options method for DRYness and for namespace support [Travis D. Warlick, Jr.]
192
+ * Modify #fetch for cache stores to return the yielded value instead of OK [Rune Botten]
193
+ * Minor revisions to Readme language and organization [Jeff Casimir]
194
+ * Re-implement the delete_entry because it s needed by the ActiveSupport::Cache implementation in Rails 3 [Cyril Mougel]
195
+ * Refactor delete_matched [Andrei Kulakov]
196
+
197
+ *1.0.0 [beta5] (April 2, 2011)*
198
+
199
+ * Bump version v1.0.0.beta5
200
+ * Introducing Rails.cache.reconnect, useful for Unicorn environments. Closes #21
201
+ * Namespaced i18n backend should strip namespace when lists available locales. Closes #62
202
+ * how to configure Redis session store in Sinatra [Christian von Kleist]
203
+ * gracefully handle Connection Refused errors, allows database fall-back on fetch [Michael Kintzer]
204
+ * Sinatra's API must have changed, its registered not register. [Michael D'Auria]
205
+
206
+ *1.0.0 [beta4] (December 15, 2010)*
207
+
208
+ * Bump version v1.0.0.beta4
209
+ * Force Rails cache store when ActiveSupport is detected
210
+ * Make sure to accept options when :servers isn't passed
211
+ * Always force session store loading when using Rails
212
+ * Make it compatible with Rails 3 sessions store [Andre Medeiros]
213
+ * Better Rails 3 detection [Andre Medeiros]
214
+ * Added support for password in Redis URI resolution [Jacob Gyllenstierna]
215
+ * fix deleting values from session hash [Calvin Yu]
216
+ * Use defensive design when build options for a store
217
+ * ActiveSupport cache store doesn't accept any argument in Rails 2
218
+ * Updated dependencies
219
+
220
+ *1.0.0 [beta3] (September 10, 2010)*
221
+
222
+ * Bump version v1.0.0.beta3
223
+ * Updated gemspec
224
+ * Made compatible with Ruby 1.9.2
225
+ * Made compatible with Rails 3
226
+ * Making the redis-store rails session store compatible with Rails 2.3.9. [Aaron Gibralter]
227
+ * Updated to v2.3.9 the development dependencies for Rails 2.x
228
+ * Added password support
229
+ * Set default URI string for Rack session store according to redis gem
230
+ * Require redis:// scheme as mandatory part of URI string
231
+ * Updated locked dependencies
232
+ * Added namespace support for Redis::DistrubutedStore
233
+ * Specs for Interface module
234
+ * Moved a spec to reflect lib/ structure
235
+ * Made specs run again with bundler-1.0.0.rc.2
236
+ * Prepare for bundler-1.0.0.rc.1
237
+ * Use tmp/ for Redis database dumps
238
+ * README, gemspec
239
+ * Lookup for scoped keys
240
+ * Introducing I18n::Backend::Redis
241
+ * Don't pollute Redis namespace. closes #16
242
+ * Don't look twice for Rails module
243
+ * Fixed loading ActionDispatch::Session issue with Rails 3
244
+ * ActiveSupport cache now uses new Rails 3 namespace API
245
+ * Let Rack::Cache entity store to use plain Redis client
246
+ * CHANGELOG
247
+ * Gemspec
248
+ * Redis::DistributedMarshaled => Redis::DistributedStore
249
+ * Extracted expiration logic in Redis::Ttl
250
+ * Introducing Redis::Store and extracted marshalling logic into Redis::Marshalling
251
+ * CHANGELOG
252
+ * Gemspec
253
+ * Removed superfluous specs. Documentation.
254
+ * Made the specs pass with Ruby 1.9.2 and Rails 3
255
+ * Made the specs pass with Ruby 1.9.2
256
+ * Prepare specs for Ruby 1.9.2
257
+ * Made the specs pass for Rails 3
258
+ * Namespaced keys for ActiveSupport::Cache::RedisStore
259
+ * Got RedisSessionStore working again with namespace
260
+ * Delegate MarshaledClient#to_s decoration to Redis::Namespace
261
+ * Redis::Namespace
262
+ * Accept :namespace option when instantiate a store
263
+ * Test against merb-1.1.0 for now
264
+ * Updated Rake tasks for Redis installation
265
+ * Advanced configurations for Rails in README. closes #8
266
+ * Locked gems
267
+ * Changed the gemspec according to the new directories structure
268
+ * Changed directories structure, according to the ActiveSupport loading policies
269
+ * Typo in CHANGELOG
270
+
271
+ *1.0.0 [beta2] (June 12, 2010)*
272
+
273
+ * Bump version v1.0.0.beta2
274
+ * Added committers names to CHANGELOG
275
+ * Added CHANGELOG
276
+ * Rake namespace: redis_cluster => redis:cluster
277
+ * Fixed Rails 3 failing spec
278
+ * Added ActiveSupport::Cache::RedisStore#read_multi
279
+ * Enabled notifications for ActiveSupport::Cache::RedisStore
280
+ * Moved spec
281
+ * Use consistent Rails 3 check in session store
282
+ * Make sure of use top-level module
283
+ * Updated Rails 2.x development dependencies
284
+
285
+ *1.0.0 [beta1] (June 9, 2010)*
286
+
287
+ * Bump version v1.0.0.beta1
288
+ * Made specs pass for Ruby 1.9.1
289
+ * Updated instructions to test against Rails 3.x
290
+ * Updated copyright year
291
+ * Prepare for v1.0.0.beta1
292
+ * Use Rails v3.0.0.beta4
293
+ * Require redis >= 2.0.0 gem in Gemfile
294
+ * Updated instructions for Rails 2 session store
295
+ * Added instructions for Rails 3 configuration
296
+ * Check against Rails#version instead of Rails::VERSION::STRING
297
+ * Added redis gem as dependency
298
+ * Changed spec_helper.rb according to the new Rails 3 check
299
+ * Fix the rails3 check [Bruno Michel]
300
+ * Added bundler cleanup Rake task
301
+ * Fixed ActiveSupport::Cache::RedisStore#fetch
302
+ * Re-enabled redis:console Rake task
303
+ * Don't use Rspec#have with ActiveSupport 3
304
+ * Fixed Rails 2 regression for ActiveSupport::Cache::RedisStore#delete_matched
305
+ * Fixed issues for ActiveSupport::Cache::RedisStore #delete_matched, #read, #rwrite
306
+ * Rails 3 namespace
307
+ * Use Rails edge instead of 3.0.0.beta3
308
+ * Made the specs run again
309
+ * Updated Gemfile development/test dependencies for rails3.
310
+ * Updated README instructions
311
+ * Updated test configuration files, according to redis-2.0.0-rc1 defaults
312
+ * Made specs pass with redis-2.0.0 gem
313
+ * Don't support the old redis-rb namespace
314
+ * Import the whole redis-rb old Rake tasks
315
+ * Updated redis-rb dependency
316
+
317
+ *0.3.8 [Final] (May 21, 2010)*
318
+
319
+ * Fixed gemspec executable issue
320
+ * Updated .gemspec
321
+ * Version bump to 0.3.8
322
+ * Started namespace migration for redis-2.0.0
323
+ * Merge branch 'master' of http://github.com/akahn/redis-store
324
+ * Fixed dependency issues. [Brian Takita]
325
+ * Removed methopara because it require ruby 1.9.1. [Brian Takita]
326
+ * Merge branch 'master' of http://github.com/dsander/redis-store [Brian Takita]
327
+ * Moved RedisSessionStore to rack session directory. [Brian Takita]
328
+ * Got RedisSessionStore working with passing specs. [Brian Takita]
329
+ * Using modified version of RedisSessionStore (http://github.com/mattmatt/redis-session-store). Still needs testing. [Brian Takita]
330
+ * Using redis 1.0.5. [Brian Takita]
331
+ * Ignoring gem files and gemspecs with a prefix. [Brian Takita]
332
+ * Added git and jeweler to dependencies. [Brian Takita]
333
+ * Ignoring .bundle and rubymine files. [Brian Takita]
334
+ * Added ability to add a prefix to the gem name via the GEM_PREFIX environment variable. [Brian Takita]
335
+ * Fixed marshalling issues with the new Redis api. Fixed redis-server configurations for the latest version of redis-server. Added redis_cluster:start and redis_cluster:stop rake tasks. Spec suite passes. [Brian Takita]
336
+ * Fixed redis deprecation warnings. [Brian Takita]
337
+ * Using redis 1.0.4. Loading redis.tasks.rb from redis gem using Bundler. Fixed redis test configurations. [Brian Takita]
338
+ * Supports redis 1.0.5 [Dominik Sander]
339
+ * Add Rack::Session::Redis usage for Sinatra to README [Alexander Kahn]
340
+ * Updated development and testing dependencies
341
+ * Made compatible with rack-cache-0.5.2
342
+
343
+ *0.3.7 [Final] (November 15, 2009)*
344
+
345
+ * Version bump to 0.3.7
346
+ * Version bump to 0.3.7
347
+ * Updated spec instructions in README
348
+ * Jeweler generated redis-store.gemspec
349
+ * Removed no longer used Rake tasks. Added Gemcutter support via Jeweler.
350
+ * Typo
351
+ * Let Rcov task run with the Redis cluster started
352
+ * Make spec suite pass again
353
+ * README.textile -> README.md
354
+ * Re-enabled Merb specs
355
+ * Added *.rdb in .gitignore
356
+ * Run detached Redis instances for spec suite
357
+ * Start detached Redis server for specs
358
+ * Added Gemfile, removed rubygems dependecy for testing.
359
+ * Added *.swp to .gitignore
360
+ * Added jeweler rake tasks
361
+ * Make it work in classic Sinatra apps. [Dmitriy Timokhin]
362
+ * Updated README with new instructions about redis-rb
363
+
364
+ *0.3.6 [Final] (June 18, 2009)*
365
+
366
+ * Prepare for v0.3.6
367
+ * Updated README with new version
368
+ * Changed Redis config files for specs
369
+ * Updated README instructions
370
+ * New filelist in gemspec
371
+ * Fixed typo in spec
372
+ * Don't try to unmarshal empty strings
373
+ * Running specs according to the DEBUG env var
374
+ * Added specs for uncovered Merb Cache API
375
+ * Added rcov Rake task
376
+ * Fix README
377
+ * Fix typo in README
378
+ * Updated README instructions
379
+ * Removed RedisError catching
380
+ * Declaring for now RedisError in spec_helper.rb
381
+ * Removed unnecessary classes
382
+ * Fix specs for DistributedMarshaledRedis
383
+ * Fix some specs
384
+ * Made Server#notify_observers private
385
+ * Ensure to select the correct database after the socket connection
386
+ * Reverted socket pooling. Ensure to always return an active socket.
387
+ * Lowering default timeout from 10 to 0.1
388
+
389
+ *0.3.5 [Final] (May 7, 2009)*
390
+
391
+ * Prepare for v0.3.5
392
+ * Totally replace ezmobius-redis-rb Server implementation
393
+ * Fixed default Server timeout to 1 second
394
+ * Little refactoring
395
+ * Ensure Server#active? always returns a boolean and never raise an exception
396
+ * Made configurable connection pool timeout and size
397
+ * Socket connection pooling
398
+ * Updated README
399
+
400
+ *0.3.0 [Final] (May 3, 2009)*
401
+
402
+ * Prepare for v0.3.0
403
+ * README formatting issues
404
+ * README formatting (again)
405
+ * README formatting
406
+ * Updated Rack::Session instructions for Sinatra
407
+ * Make Rack::Session implementation working with Merb
408
+ * Added instructions for Rack::Session
409
+ * Expiration support for Rack::Session
410
+ * Ensure to test Rails and Sinatra expiration implementations with both MarshaledRedis and DistrbutedMarshaledRedis
411
+ * Expiration support for Merb::Cache
412
+ * Use full qualified class names in specs. Minor spec fix.
413
+ * Ported for foreword compatibility the expiration implementation from ezmobius/redis-rb
414
+ * Little spec cleanup
415
+ * Full support for Rack::Session
416
+ * Extracted some logic into RedisFactory
417
+ * Initial support for Rack::Session
418
+
419
+ *0.2.0 [Final] (April 30, 2009)*
420
+
421
+ * Prepare for v0.2.0
422
+ * Links in README
423
+ * Maybe someday I will use the right formatting rules at first attempt
424
+ * Still formatting README
425
+ * Formatting for README
426
+ * Updated instructions for Rack::Cache
427
+ * Don't require any cache store if no Ruby framework is detected
428
+ * Implemented EntityStore for Rack::Cache
429
+ * Added REDIS constant for Rack::Cache::Metastore
430
+ * MetaStore implementation for Rack::Cache
431
+
432
+ *0.1.0 [Final] (April 30, 2009)*
433
+
434
+ * Prepare for v0.1.0
435
+ * Sinatra cache support
436
+
437
+ *0.0.3 [Final] (April 30, 2009)*
438
+
439
+ * Prepare for v0.0.3
440
+ * Updated instructions for Merb
441
+ * Hack for Merb cyclic dependency
442
+ * Renaming main lib
443
+ * Merb store #writable always returns true. Added pending test.
444
+ * Merb store #fetch refactoring
445
+ * Updated Redis installation instructions
446
+ * Implemented #fetch for Merb store
447
+ * Implemented #exists?, #delete and #delete_all for Merb cache store
448
+ * Renamed project name in Rakefile
449
+ * Updated project name in README
450
+ * Updated README with Merb instructions
451
+ * Changed name in gemspec
452
+ * New gemspec
453
+ * Initial cache store support for Merb
454
+ * Moving files around
455
+ * Don't complain about missing db in tmp/
456
+
457
+ *0.0.2 [Final] (April 16, 2009)*
458
+
459
+ * Prepare for v0.0.2
460
+ * Updated file list in gemspec
461
+ * Updated README instructions
462
+ * Re-enabled spec for RedisStore#fetch
463
+ * Update rdoc
464
+ * Fix RedisStore#clear when use a cluster
465
+ * Test RedisStore both with single server and with a cluster
466
+ * Fix port in DistributedMarshaledRedis spec
467
+ * Don't slave Redis cluster node
468
+ * Changed Redis cluster configuration
469
+ * Added configuration for Redis cluster
470
+ * Use a distributed system if the store uses more than one server
471
+ * Accept params for client connection
472
+
473
+ *0.0.1 [Final] (April 11, 2009)*
474
+
475
+ * Added :unless_exist option to #write
476
+ * Added failing specs for :expires_in option
477
+ * Made optional args compatible with the Cache interface
478
+ * Implemented #delete_matched, #clear, #stats
479
+ * Implemented #delete, #exist?, #increment, #decrement
480
+ * Introduced RedisStore
481
+ * Initial import