Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/try.redis

A demonstration of the Redis database.
https://github.com/redis/try.redis

missed a name change

63b0d50c2707cafb0498f69723573f369c6f3609 authored over 11 years ago
Check that try.redis.io is responding after deploy.

21da8985c95fea7c0ad0440bc15cbbcca83d3a75 authored over 11 years ago
Merge pull request #14 from forklady42/master

can we please be slightly more diverse?

b37f1d4741cb36078658b921deeb293c7b2d007b authored over 11 years ago
seriously, guys?

2228095a1069e3db78c74575d309a78cbf8ceed8 authored over 11 years ago
Formatting.

f6ab125de8a5b62f23471287db858c892d54c21f authored over 11 years ago
Merge pull request #13 from harshadsabne/master

Created zcount.markdown

9efec2cc5b43dfdf7996ffaf7726585ad53d3f37 authored over 11 years ago
Create zcount.markdown

Explain the ZCOUNT command, its time complexity and return value.

8edfff3cc79f1882d476ae0c020f59c649fd64af authored over 11 years ago
Add note about @alexmchale

44a4ef960148952774256da67eed429e25ff875a authored over 11 years ago
Change case & wording.

d7e850139f638e247aa6d20b297dc8f2a469bfdb authored over 11 years ago
Merge pull request #12 from KMASubhani/patch-2

Update ttl.markdown

3c87ee583ccd43dd0ae21fc2e4747eed1c16f2cd authored over 11 years ago
Update ttl.markdown

fixed return values for does not exists key v. never expiring key via TTL command

086a36705b3fae8533206cb412be0f362af80aa7 authored over 11 years ago
Update to latest redis-namespace including a critical bug fix.

2b51d71327042113de0288cb4ab26e0cce0ea14c authored over 11 years ago
Use public_send to pass commands to ruby object.

This was suggested by @apeiros:
https://twitter.com/apeiros/status/363761801340936192

35efd0d8034080941f98a82d344c43b09a0d19a5 authored over 11 years ago
Hide transaction queue from user

539daa0b4cb54e7f3c727c8084f72f9c797190e9 authored over 11 years ago
Handle start/stop via systemd.

163e59c21fc8ab7c604c7ee66c1c0a579b116bbe authored over 11 years ago
Handle logging with systemd (stdout & stderr)

e505674d0c2a887e04729cdb279da281a95c078a authored over 11 years ago
Do not send 'EXEC' to redis-namespace, it does weird things.

f828c55b09b18bad40f31a8a9e77bc6ecc834229 authored over 11 years ago
Test rack.

32f09945fa536d8b8282890021429c5c2613fbd9 authored over 11 years ago
Move helper methods into try-redis (for testing)

2d4463112689f96a3d78de296aee7c2c78a37524 authored over 11 years ago
Move bundler to try-redis (so testing works)

b735fd3e069612e0199cafe08c559d42f493008c authored over 11 years ago
Rake for tests.

c9a217c492f0cfea01cf827c4c7627713f2494f9 authored over 11 years ago
Test shellsplit

f6f7eada0de564df2f0267d2e98349b4bac07568 authored over 11 years ago
Move shellsplit into NamespaceTools

21c0c87e36b93425623f06a913def24b0729a4bd authored over 11 years ago
Reorder tests.

77213cf5a55613bc5e085f9317a4c6e205ae4d60 authored over 11 years ago
Load sinatra in try-redis (and remove unused shellwords)

6637effee23fb930fc4174960e273d38a53d9396 authored over 11 years ago
Update sinatra.

7f71cb54e4468286327d3643dc8350d3fff60f38 authored over 11 years ago
First simple tests written.

c3df52a7b8b159af67908b36b2d074d7c7460390 authored over 11 years ago
Using minitest now.

567d5ecea6425fbe134cb19dcc000a52c794284e authored over 11 years ago
Handle KEYS the same as redis-cli and expect one argument.

9e4ed3e884b25cb8297e2d0a2758a07c5d45fab4 authored over 11 years ago
Use modified shellsplit method to not remove backslash-escaping.

fixes #11

77ae7f68ba3bbe111e84badeb083521941388b5f authored over 11 years ago
Bump up puma version.

ad8f882a5ee622b531e288d472a2afafb4d87f74 authored over 11 years ago
info command: Show only data for subsection if argument given

Also: hide empty fields.

790c8ed7ddfbb573cc4b5e025af39b1799f32f56 authored over 11 years ago
Oops, config for puma added.

edf3c016024c0887bc1e5b8e5191454864cff4f9 authored over 11 years ago
Use capistrano for deployment.

2c694a56984e88e43929cb0adcaeff5e5c687e59 authored over 11 years ago
Use shotgun for auto-reload in development.

fdfcc876b8e6a88e0e51e44049421b17f80b6365 authored over 11 years ago
No need to escape html for an input field.

01460590116396c556f36f95e758c4bd62e50648 authored over 11 years ago
Add missing : in style file.

7fac138c38d5ba65c241475750206d74bca9fc0e authored over 11 years ago
Use SSL for rubygems and update puma.

9fa10ea35d10f284125f48bd50b68eccb595b23c authored over 11 years ago
Gemfile.lock back under version-control, needed for deployment.

4dce5531f9c7a18b009a5a5e4923643413ea8be5 authored over 11 years ago
Only write to log file in production.

82cd7ed64ee5fb3c20163bd480fff69837a291fb authored over 11 years ago
Rename namespace_input → parse_command.

There's only one case left where we explicitely namespace it ourself.
Most of the time we're jus...

ead28235220ad5df4969953c97f4cebb99b4917f authored over 11 years ago
Return a syntax error if input is not as expected.

Invalid syntax was parsed and only the relevant parts added as options
to the redis call. This i...

a5616d263631bb4f6121511237028444fcf388d4 authored over 11 years ago
Get rid of andand.

Sometimes it's better to be explicit instead of implicit and avoiding
small hacks like andand.

7a361055f68ec7dab996ed3f6d2c3fa00db69212 authored over 11 years ago
Add pry as development dependency

84b6312e849213b5d719a4ceb9826e6180ca136f authored over 11 years ago
Now using rbenv & alias.

01b8a6f7c764de889fe1622e6b2fd0000031fadf authored over 11 years ago
Do not bundle Gemfile.lock

50874537552504953d3cd39e08af03aafa788be9 authored over 11 years ago
Throttle SETBIT and SETRANGE.

Someone managed to fill the whole database with zeros. This prevents
such things.

f7e1e8e2b5a4791abe58a29e3dcd8e1090122ab8 authored over 11 years ago
Merge pull request #9 from ushuz/patch-1

Correct exists.markdown

bfac8491ea2f0e925a330c01544e14f309e26bd1 authored over 11 years ago
Correct exists.markdown

54dcc266e3b78a4672983664836c196b6bb9b81b authored over 11 years ago
Show INFO output the same redis-cli does.

closes #8

afe1bedf2b10f1b547cc86c7ea1194ca5859a37b authored almost 12 years ago
zincrby does not return an integer, but a float represented as a string

4732b7610b7b7293e219571f47204aa691da6393 authored almost 12 years ago
Correctly indent string

b1b187d0b9c612ddcccdddae4fb6b0c1c54e1353 authored almost 12 years ago
Change output to match redis-cli

6bfb1f5a1ab82b4776f9197d29df0b540151775d authored almost 12 years ago
Add rvm specific files.

e0780899f00662148235fd7c1be5a58e08d3f502 authored almost 12 years ago
Namespacing now handled by redis-namespace.

A whole lot easier.

7165c5f8342685237ac7d3b35a134887930eafd9 authored almost 12 years ago
Added append command.

Closes #4

a8682e76d2a4b43cd59de57246b20e9b24d8b127 authored almost 12 years ago
Use the session_id as namespace.

This way it can easily be forged, but try.redis is not here to protect
your data anyway.

b8ee59b924d6e1c39012e34ae335cc55b22ae92b authored almost 12 years ago
Handle {z,s}{add,rem} specially.

They can take several member arguments, passed as an array to redis-rb.

f4d1d602d2a574b497c86b7c76c532287406a833 authored almost 12 years ago
Update all gems.

aac718a0e281db3a213007035468ce7b02b4a07e authored almost 12 years ago
Initialize options to empty hash before use.

69567e8094ead86117c23fe73fbdd158e5e2bd84 authored about 12 years ago
Use favicon from redis.io

26f9eb1938786b3034bb30531035f66917c64343 authored about 12 years ago
Use externally defined redis host & port.

af0c1f0939bfa91f1c72cadbc2596e2e88ee4898 authored about 12 years ago
Link to my github & twitter account.

985b2d1cd80351fd6516b655e6842eef912c787a authored about 12 years ago
Use puma for deployment

e7438e8c73814c872d7f5c19a4905b9e78bd1225 authored about 12 years ago
Merge branch 'master' of git://github.com/AVGP/try.redis into avgp

Fixing whitespace.

96c962e8b110e455919edd23c2852fd17c4b3a42 authored about 12 years ago
Passing the session through the url, so that cookies are not needed anymore.

a4d78935213dc6c2bfae3d97f3175c407ff811a1 authored about 12 years ago
Handle zrange/zrevrange/zrangebyscore extra.

It works, but I don't like the current implementation, though =/

Fixes alexmchale#10

4c43dc0c535b9473743388713aba752663d01e8a authored about 12 years ago
Ruby-fy the tail splitting.

c9b05a8762ef38b0c0740ea6fb118be2ef2d8625 authored about 12 years ago
Merge pull request #15 from badboy/bug14

Namespace key in mset/msetnx command.

e90d45d7e020ef8e93a72b713197738fb552775b authored about 12 years ago
Merge pull request #16 from badboy/bug2

Namespace all arguments for DEL.

b4a3d822fa8d92ad7656b5ab485126c2ddfd26cf authored about 12 years ago
Namespace all arguments for DEL.

Fixes alexmchale#2

11788940f39d03e12a514e4390d11c73c7629052 authored about 12 years ago
Namespace key in mset/msetnx command.

Fixes alexmchale#14

388a446b366c32c9e7051afde9a825c2f636ed11 authored about 12 years ago
Merge pull request #9 from clongeau/patch-1

fix link

12b0c74801b8527f5137466ceb795eb1e225362c authored about 13 years ago
fix link

307f06f42e55a24c3a9b6c75ecaef1d2f322477d authored about 13 years ago
Fix a link bug.

051af6f977a0f79b92042b6e0b2e81f9170a5e20 authored over 13 years ago
Restore logging code.

81f68e3685af56e74451801fa67105b598c290b2 authored over 13 years ago
Add path to main lib.

c3d0660f4cca5d2f3f8f4a39667d4958f4df5bce authored over 13 years ago
Remove logging code.

db4cd7fc38ea896a3a2b256c1c8144bc45506856 authored over 13 years ago
Add scoping to the File in config.

27f27f7b093eb044a53c777126a0d4c400a4f13b authored over 13 years ago
Bundle after deploying.

63e7e7f09026b1cefe2b1fd140546ce46f4f4003 authored over 13 years ago
Merge pull request #5 from kbrock/master

Try Redis with links to help user type less

467b97dfd5e202d5408333708a3813caa3c591b5 authored over 13 years ago
fixed typos in the links

60e63014b8a667b730c95735bb7e3108ec8d26fe authored over 13 years ago
fixed redis.io link

8dcca262d7d0e381f996ef7d6dd90682c9da3e50 authored over 13 years ago
Updating links, docs were moved to redis.io awhile ago

b12db8878f90766c6552bd768e3cc085b5419730 authored over 13 years ago
use newer sass format (it looks more like css with colons after attribute name- very nice)

b28aa6aa2b0a167d007011134f5d356c8e491626 authored over 13 years ago
came up with better url scheme. so there wasn't so much duplicate text

4c3ab96ebe87745c1d3e759dbc91210fa6aa01c3 authored over 13 years ago
escaping markdown (start)

d879b9633b109e0b9953e59e81f496d87c6fa183 authored over 13 years ago
markdown helper

acdb5ac8226f407261ee0100213509387a2521bd authored over 13 years ago
terminal commands are entered as urls so the user can click it to enter it again

sorry - may want a separate function here

properly unescape urls (so quotes and spaces come acro...

75121e3e3a33158855c9e055a56345d34af0eef6 authored over 13 years ago
Add urls to commands and net tutorial link.

Allow errors to embed urls in them

87d5e239590b47f5bb635162bf34056ea481e248 authored over 13 years ago
moved the javascript functions out of the initialization loop. so the methods could be reused. (mostly submitCommand)

renamed history because it conflicted with the browser history

1f1a16a04230f1aadb2b7ad4e13b386de14d1b2d authored over 13 years ago
updated sass to work with latest version

1a794ba2aa0a34c11202b1ea55865ea380fd1d18 authored over 13 years ago
#running via passenger - output log to a log file

#in development mode, enable logging

98d0ab034447dff7a99bd943b0426802eac9cb38 authored over 13 years ago
styles to take up more of the screen (still needs some tweaking)

1805b384ac76568b5b5b903ab5dc010d63fab9ed authored over 13 years ago
Using bundler (to get gems installed)

specified latest version of gems (not sure what is in prod)

43823a9af055d102d8b219f4c7e60175254d9076 authored over 13 years ago
Add support for RENAME and RENAMENX.

f36651c34d2dbe033391298627e318fdcfbe1c59 authored about 14 years ago
Clarify the footer.

822a83375a83fa5c9f19dd8ad8087977047238dd authored over 14 years ago
Stick a link to the GH project at the bottom of the page.

7a730cf44ebc3bc5cb49247b40d7305bb47a9252 authored over 14 years ago
Add a README.

7fbe67e3e6a71164919ebd93cdf2453cdbfb2c78 authored over 14 years ago
Add license to the project.

38dded3f428e0e27ef22c75b088621d59caf28ed authored over 14 years ago