David Czarnecki
|
fa182e618d
|
Allow for configurable group separator
|
2012-04-18 14:44:36 -04:00 |
|
|
|
a9cf3938cf
|
Bump version to 0.4.0 - Add key expiry support
v0.4.0
|
2012-04-18 16:49:52 +01:00 |
|
|
|
7684e0bebc
|
Merge branch 'key-expiry'
|
2012-04-18 16:43:22 +01:00 |
|
|
|
41f53b9fba
|
Print a warning to STDERR if Redis version is less than 2.1.3
Prior to v2.1.3, any writes to keys with an expire/TTL set were
completely deleted before the write took place.
|
2012-04-18 16:42:27 +01:00 |
|
|
|
c0ecf4bc84
|
Add information about key expiry to readme
|
2012-04-18 16:19:03 +01:00 |
|
|
|
a8de80e69e
|
Remove rbx from .travis.yml
Proper support for Rubinus will added in due time.
|
2012-04-18 15:15:14 +01:00 |
|
|
|
6429f07d5b
|
Update .travis.yml to cover more Ruby versions
|
2012-04-18 15:11:13 +01:00 |
|
|
|
e15f637603
|
Make Model.expire act like the other options, and add tests for it
|
2012-04-18 15:09:36 +01:00 |
|
|
|
fccf0db68a
|
Options are optional
|
2012-04-18 12:33:19 +01:00 |
|
|
|
e25ac3b85a
|
Merge branch 'master' into key-expiry
|
2012-04-18 11:41:07 +01:00 |
|
|
|
ea68a91a58
|
Update, and add travis-ci status to readme
|
2012-04-18 11:33:39 +01:00 |
|
|
|
ce21b839f2
|
Rewrote Redistat::Sychronize rspecs
Partly thanks to Travis-CI failing for an unexplained reason, but also
cause they needed to be updated.
|
2012-04-18 11:23:52 +01:00 |
|
|
|
4024887b58
|
Small tweak to better deal with value caching
|
2012-04-18 11:22:27 +01:00 |
|
|
|
9a084d28a0
|
Attempt to fix unexplainably failing specs on travis-ci
|
2012-04-18 10:00:55 +01:00 |
|
|
|
e5b0aa32ed
|
Add simplecov to tests
|
2012-04-18 09:55:30 +01:00 |
|
|
|
273d6cda24
|
Initial work to get key expiry working
|
2012-04-17 17:02:57 +01:00 |
|
|
|
5087f4ef45
|
Improve Buffer's unique key identifier
|
2012-04-17 16:31:31 +01:00 |
|
|
|
6502fc0f62
|
Wrap readme at 78 colomns
|
2012-04-17 13:11:34 +01:00 |
|
|
|
7b14b9b5ab
|
Clean up whitespace
|
2012-04-17 13:03:38 +01:00 |
|
|
|
4d5998af91
|
updated readme to syntax highlight Ruby code examples
|
2012-02-17 10:01:30 +00:00 |
|
|
|
07bb9e4fab
|
removed rcov development dependency
|
2012-01-24 11:41:59 +00:00 |
|
|
|
d34d820a8a
|
removed .rvmrc file
|
2012-01-24 11:34:52 +00:00 |
|
|
|
35c9cabb00
|
Merge pull request #13 from sguha00/patch-1
Update README.md
|
2012-01-24 03:32:37 -08:00 |
|
sguha00
|
74e2a86680
|
Update README.md
|
2012-01-23 15:39:33 -08:00 |
|
|
|
d4289400b6
|
Merge travis-ci.org related changes from dev. Doesn't effect code, so I'm not bothering with a new gem version.
|
2011-06-22 14:43:32 +01:00 |
|
|
|
77c6db0d4e
|
added custom config for travis-ci.org
|
2011-06-22 14:39:15 +01:00 |
|
|
|
39dc4d90e8
|
added rake to development dependencies
|
2011-06-22 14:37:46 +01:00 |
|
|
|
a609b19ad2
|
updated Buffer spec comments and pending test with new info about JRuby, 1.8.x, and 1.9.x
|
2011-04-19 09:48:54 +01:00 |
|
|
|
91272dfe6a
|
Merge branch 'release/v0.3.0' into dev
|
2011-04-18 14:28:02 +01:00 |
|
|
|
01a39b1b20
|
Merge branch 'release/v0.3.0'
v0.3.0
|
2011-04-18 14:27:59 +01:00 |
|
|
|
ae5a391012
|
started release v0.3.0
|
2011-04-18 14:27:40 +01:00 |
|
|
|
c53c7116dd
|
updated Connection TODO comment
|
2011-04-18 14:26:52 +01:00 |
|
|
|
d9a8aefcc5
|
updated readme with thread_safe and buffer info
|
2011-04-18 14:25:38 +01:00 |
|
|
|
0ec2f5bd14
|
Merge branch 'feature/buffer' into dev
|
2011-04-18 14:11:06 +01:00 |
|
|
|
b2c31a0e87
|
ensure buffer size value is read/written to in a thread-safe manner
|
2011-04-18 12:40:49 +01:00 |
|
|
|
b13da6f332
|
create a flush buffer #at_exit callback to ensure any buffered messages are flushed to Redis on process exit
|
2011-04-18 12:37:24 +01:00 |
|
|
|
7b5c308960
|
model spec updated to test write buffer
|
2011-04-18 12:36:43 +01:00 |
|
|
|
eb1d607a61
|
a number of issues fixed with Buffer class, and specs updated accordingly
|
2011-04-18 12:36:24 +01:00 |
|
|
|
b129074cd7
|
make Buffer#queue a private method as it's never supposed to be modified or read from outside of the Buffer object
|
2011-04-18 10:00:22 +01:00 |
|
|
|
4b06513813
|
additional specs for Redistat::Buffer, still a few more needed
|
2011-04-15 17:42:48 +01:00 |
|
|
|
2ca5aae4b8
|
require required libraries, just cause
|
2011-04-15 16:46:12 +01:00 |
|
|
|
6c63843cd5
|
updated Redistat::Summary to incorporate use of write Buffer
|
2011-04-15 16:45:56 +01:00 |
|
|
|
3a25fcc788
|
created Redistat::Buffer, mainly feature complete, still needs a few more specs
|
2011-04-15 16:45:21 +01:00 |
|
|
|
61231a8b57
|
updated Redistat::Summary to make it easier to plugin the buffer interception code
|
2011-04-15 14:14:17 +01:00 |
|
|
|
a197a04ce8
|
moved all internal mixin modules to lib/redistat/mixins to tidy up the file structure a bit
|
2011-04-15 14:10:51 +01:00 |
|
|
|
5d92c1dbae
|
created Redistat::Synchronize mixin to help with thread-safety
|
2011-04-15 14:03:26 +01:00 |
|
|
|
0a7abe935e
|
thread-safe connection handler
|
2011-04-14 16:53:29 +01:00 |
|
|
|
f155f6db05
|
cleaned up Connection spec a bit
|
2011-04-14 16:50:43 +01:00 |
|
|
|
9afd5b6ccf
|
Merge branch 'release/v0.2.6'
v0.2.6
|
2011-04-13 10:29:02 +01:00 |
|
|
|
eb0c461aa7
|
Merge branch 'release/v0.2.6' into dev
|
2011-04-13 10:29:02 +01:00 |
|