Ecosyste.ms: OpenCollective

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

github.com/redis/jedis

Redis Java client
https://github.com/redis/jedis

[maven-release-plugin] prepare for next development iteration

d7d9f06bd13b341ff38e6d92e147a5a2aa12a9e2 authored over 11 years ago
[maven-release-plugin] prepare release jedis-2.2.0

2f26176e355ea7b7ef794cf7176f033d06feee83 authored over 11 years ago
move back to snaptshot

54d6c50e9111296fb325f241ff3ee06d03cab246 authored over 11 years ago
add target to release jedis in maven central

dd3e5493a5d930f54dd1bdac88323a18bf9b047b authored over 11 years ago
trying to release jedis in maven central

690ad3c89858838c1e1dee746309e08e4c265df5 authored over 11 years ago
add maven central pom stuff

e93506591fdc5eb3f8560ad4b343e5a6ae3d4de3 authored over 11 years ago
it might happen that it is alredy saving, so make sure that test won't fail because of this

2ed1f073ff453a65b4a6e7f0c4d72ffafe396ec3 authored over 11 years ago
change version to 2.2

ad001d1a727d3e7947dc693394d760a0e226bf62 authored over 11 years ago
update dependencies version

version bump

e0fa095db996fe13961209f4f174403ca1319a58 authored over 11 years ago
change makefile to accept "start" and "stop" to be able to start the testing environment and stopping it for manual testing purposes.

raising down-after-milliseconds of sentinel 1 to avoid taking the master down and up all the time...

fddd41d7960777338fd125edab9c46f668a9d654 authored over 11 years ago
Added a JUnit test for JedisSentinelPool.

This test will set up and get a master from a Redis master slave pair being
watched by 2 Sentine...

39d81d8f1fe1b6afce24ad66366255b21a41900a authored over 11 years ago
[maven-release-plugin] prepare for next development iteration

e17679f56898d46905782b392920e2b37aec3ca3 authored over 11 years ago
[maven-release-plugin] prepare release jedis-2.2.1

e47e8a414e9942893cc17a154939ab27dc35d5bf authored over 11 years ago
Refactored the inline thread that monitors the master and turned it into its

own class. The pool shuts down the monitors as well now.

52286d6942771bf676c8996e79433fd903f43cf5 authored over 11 years ago
Initial JedisSentinelPool based on code from hamsterready/jedis-sentinel-pool.

Given a master name and a set of sentinels this pool will subscribe to the
Sentinel notifications...

c2a48afafd05f9a0a6d7bdad1ed7a8f8269dc4df authored over 11 years ago
[maven-release-plugin] prepare for next development iteration

404c5632c73e070d6f9eaecf2460970d46ffc7c6 authored over 11 years ago
[maven-release-plugin] prepare release jedis-2.2.0

1f6db132b198e410a207b7c8d94c51bc74b713c4 authored over 11 years ago
Updated release information.

928339bd28e8d5e012fc948e47c38fc1eb25dea3 authored over 11 years ago
Clean up README a bit, we're past Redis 2.0.0

50516d3b70c577e6d14eeea493a189289a052aea authored over 11 years ago
Fail if the Sentinel does not return the slave.

d377bcf6d3607ad39eb0e669f0e7d9333575822d authored over 11 years ago
Changed redis.clients.jedis.tests.commands.AllKindOfValuesCommandsTest#ttl so that it passes assertion. Once this issue is resolved in Redis the test can be fixed.

33e64bdb6e99dbbd33d7127903f8ac1798780718 authored over 11 years ago
Merge branch 'fix-issue-438' of https://github.com/vrischmann/jedis

9b78d19dcf93a20a2f50ac62df1d6a618bb63c50 authored over 11 years ago
Merge branch 'master' of https://github.com/anthonyu/jedis

1f3b5f1977a1e49f97ff2b06288cb82e0ba091c1 authored over 11 years ago
Merge remote-tracking branch 'amimimor/master'

a71c3dff175ec85c76a16e47e9b056ff83a609af authored over 11 years ago
Allow the Pool to be constructed without having an internal pool created.

This is useful when extending the Pool without being able to create one at
construction time.

ed80e7ce706297b3507c2f2bb2629489df138bcd authored over 11 years ago
Fix formatting.

2475f24f7e7224d6595f6069bc510b00b761a7cf authored over 11 years ago
Merge remote-tracking branch 'mindwind/master'

Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java

625e2235fd425b900366ea3b5c97a8487a582bd7 authored over 11 years ago
Pipeline eval and evalsha.

bc86b1210b60f24af5abc864ebb7b0d3f6c9a918 authored over 11 years ago
Fix issue #438

6dbad882504fe1db071a26cc26d5d07a40d699ab authored over 11 years ago
fix - recover zadd with one score memeber

155aff09e05395abe2df49a3a38dcc969da41cf3 authored over 11 years ago
del

a1471e66e96b5ab3e99487ba692e886f29264e0b authored over 11 years ago
fix - pipeline zadd method signature

from: zadd(String key, double score, String member)
to: zadd(String key, Map<Double, String> sco...

5f11954d31c7c657c527b4be4ac7dade2784f38b authored over 11 years ago
fix - pipeline sort

fffd119c63db1554c24bd988273b0ea6c9c71bce authored over 11 years ago
fix - CLIENT command

d57bfb94a942885fce3d93f7cfc8f49191762d5f authored over 11 years ago
new - zcount with string min and max

96c789aaab40588f7831afb12162324b91c0c577 authored over 11 years ago
fix - srandmember missing parameter

27b9eba0c037a28d6b7c4db6db026a6d50d6d171 authored over 11 years ago
new - supplement transaction missing api and fix some args type definition which is inconsistent with jedis

7655994933c2e708a8c0194abf533fd13579a3f9 authored over 11 years ago
new - command for redis 2.6

1080d136ecfae0f35d58e44c71545623c3fdfea8 authored over 11 years ago
new - pexpire, pexpireat and pttl command

e7a88a49e9838fa6d47c5a7260e23195246a546e authored over 11 years ago
new - dump and restore command

8b3ea5f2de1e33229b0c08dd4180ae7ba578eeb6 authored over 11 years ago
merge - jedis pull request #429

7b6006b66970d73742668e110247890ca1b878f1 authored over 11 years ago
new - build.sh

f1db0b9cacf738bd40eb388f3eab088bd84c1402 authored over 11 years ago
fix - suppress warnings

20a75417cd40ef7195bcc804383212d62a908a6c authored over 11 years ago
support for new 'set' command (redis 2.6.12+)

24c6b7c86722377ce6b9f023932006f7a22ca36c authored almost 12 years ago
change licensing info

62c30dfe8b84ebb0bc67b54d9f77ec1d292c4317 authored almost 12 years ago
When writing a negative sign the write(char) method goes directly to the output stream and by-passes the internal RedisOutputStream buffer causing random corruption of the output. Casting the char to a byte ensures write(byte) is called which will properly buffer the output.

5e2cdb9c088fc4c36bbf80d1d76ab414d973f4cc authored almost 12 years ago
merging with master branch. Required refactoring of Pipeline code.

6af41cdac271707a1094cb886cbdbb5fec51b87e authored almost 12 years ago
add info optional parameter

69f5340aa683a3d13aa2e8f9111cc560519c940c authored about 12 years ago
when a script returns Null value, jedis throws NullPointerException

9d538a06fd9145dcf6e44008c2a1648fadf4f5c0 authored about 12 years ago
Change the way we test sentinel commands so it is automatic

23e50a363e621ef9b5996233c53445e9f8ed3e13 authored about 12 years ago
Merge branch 'master' of git://github.com/hamsterready/jedis into hamsterready-master

Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jed...

846397d985e5771d6c5305e8ffc860687b6a8325 authored about 12 years ago
fix tests, since ttl now return -2 or -1 depending if the key exists

already

406d52b271b8669c5461c97e88a17480cfd8a674 authored about 12 years ago
added variadic versions of lpush/rpush(x) functions

258ac300fce65be8caaf6a91eda2f5a5f2612b05 authored about 12 years ago
refactored pipelinebase so it is usable to implement SharedJedisPipeline as well.

6b5fccdc0ad69742b171d25515a0a9a630ac4635 authored about 12 years ago
extracted common Pipeline operations into PipelineBase and used that to simplify BinaryTransaction/Transaction

c8ddd237c3d86920e4fb16ceef0fa0204ef7197c authored about 12 years ago
fixed many pipeline requests that were returning the wrong types

4f9ddb3b5f1da4c4f60b0c07ba0f39e1c5ba8c6e authored about 12 years ago
Added bitcount to standard interfaces and bitop to MultiKey interfaces (since it is non-shardable)

Merge branch 'impl-bitcount-and-bitop' of git://github.com/koron/jedis

Conflicts:
src/main/jav...

4c7cc57edef619383d3a4ed8e3b452ee43816198 authored about 12 years ago
updated scripting test to be more tolerant of changing error messages (changed since 2.6.0)

1a967694817594e0c43f5ce6095eeec01f52e9e3 authored about 12 years ago
Added incrByFloat and hincrByFloat commands (binary and standard) + support for pipelining and sharding

610f7d454615db23cb56089bff076feddd12910a authored about 12 years ago
fixed up some missing pipelined methods

7b7c6c9602f41b0b9f8a022aa16c6da9556cf64b authored about 12 years ago
added interfaces for ScriptingCommands, AdvancedCommands most of jedis and binaryjedis are defined by interfaces

5bde3da7f23a599669bafa7f23858fff342234f6 authored about 12 years ago
added binary version of MultiKey commands

cc0ef89b7d5aa00769a8ed3d340b8eaf2fcf6167 authored about 12 years ago
normalized BinaryJedisCommands to match JedisCommands (including setbit)

2006d80ac595bf909a86496d9f40fbe342e7faa1 authored about 12 years ago
removed functions in Jedis that overrode BinaryJedis versions

429e45081ec2d509b01a204e997f3872372630af authored about 12 years ago
extracted interfaces from Jedis

333ac221e189fa6988b9240b1b280863d1fac45c authored about 12 years ago
Normalized Pipeline[] interfaces and extracted all of the non-shardable commands into the MultiKey* interfaces

c0bda88e2c1637cc9d0a5ccfef8dbe7effe7f503 authored about 12 years ago
Merge remote-tracking branch 'samhendley/binary_pipeline'

f9e818c92b9bd60d324f2711310d85a5104a58f2 authored about 12 years ago
Fixed binary safe pipeline commands and added tests for pipelined hash functions

45be143e23553395f7ee7f26fb86f77f39300689 authored about 12 years ago
Extract string and binary common interfaces for Pipline and ShardedJedisPipeline. While I'm here add missing binary methods for some bit operations and fix return types for some sharded operations (e.g. getType)

bf9bba6ef221d5e9cb73232ac75576e18710becd authored about 12 years ago
Add getbit,setbit, getrange, setrange to BinaryShardedJedis

7e95b1500f3b6d1a9e6ba45a5bf037bdd1f2704a authored about 12 years ago
Add strlen to ShardedJedis

6bede66493b49f27d21284f9f823b086e3683f10 authored about 12 years ago
Add persist to ShardedJedis

0340fddb3ae750c9deb119c7450618609fa0536a authored about 12 years ago
SENTINEL commands

69b5291f80762e737e2d30a5b3b87dbff1d81056 authored about 12 years ago
Merge pull request #364 from thesmith/master

Add 'del' to ShardedJedisPipeline

2058231a613cbbf9f6052a7517c11bc762ed0a08 authored over 12 years ago
Merge pull request #365 from eujern/patch-1

Update src/main/java/redis/clients/jedis/BinaryShardedJedis.java

bdc517d7c479ab270ea745bef713cf0adbdbad3a authored over 12 years ago
Update src/main/java/redis/clients/jedis/BinaryShardedJedis.java

Added del(byte[] key) to BinaryShardedJedis.

fe5e77773b00f752d253f448112ea1beea341a10 authored over 12 years ago
adding del to sharded jedis pipeline

909be715bcdbdaf846a990c0779f74e829dcf672 authored over 12 years ago
implemented bitcount and bitop commands for Redis 2.6

4570329924d3d47626e05f8bf41337064519c668 authored over 12 years ago
Merge pull request #330 from zhupan/master

Sharded Performance improvement

b9442ea540609a9696d8cc079ce774c9df5eee8e authored over 12 years ago
Sharded Performance improvement

'SortedMap.isEmpty()' performance is much higher than
'SortedMap.size()==0'

63b40b71f749bcd015867e6c93fb82106a7fe956 authored over 12 years ago
when setting timeout infinite, make sure it is connected first

beb999d50a0a2f6818c7d2a4e697073b979a49ad authored over 12 years ago
add url support

8f9763a7e9f61d1cb92ffb0571c3de6fca356eff authored over 12 years ago
[maven-release-plugin] prepare for next development iteration

35a7677eb914d055d89c57b4c48cc912160f131f authored almost 13 years ago
[maven-release-plugin] prepare release jedis-2.1.0

3a5f076371e698bfc0bac31175a905174797a5e2 authored almost 13 years ago
update sonatype version

78ad4cb51aa14263d15437aa7bd8d3b52683c1c2 authored almost 13 years ago
changes in pom

f4b0c2c02cc774460d1e27e0c5861f94eef04c0e authored almost 13 years ago
Configuring POM for GitHub project

ebbaa145a841dc0fc50731dfc258ba32254db052 authored almost 13 years ago
version bump

ea03bd46d06cc2f313c8ff5749a90e7d3784fc02 authored almost 13 years ago
Merge branch 'Issue242' of git://github.com/ivowiblo/jedis into issue242

Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jed...

4f5acab0fb9a26655e1cc771031ad8642239c8b2 authored almost 13 years ago
Merge branch 'Issue221' of https://github.com/ivowiblo/jedis into issue221

Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCommands.java

457cccc9c4d078944ed4952beb4769281d92594e authored almost 13 years ago
Merge branch 'pipeline_multi' of https://github.com/ivowiblo/jedis into pipeline_multi

42f19c73220403eda2101160c5c7a3cf05136015 authored almost 13 years ago
Now methods accepting infinit and exclusions are supported as String and byte[] overloads

129e358c9dd8b35888708747d31dd31ca6cf7493 authored almost 13 years ago
Pipeline.exec() now returns a response

d526a32b12403609b9c7c68f17a8cfbc00c48f40 authored almost 13 years ago
Format improved

d84ffdd8bc6c2f25c9a417291632516a44b77f08 authored almost 13 years ago
Pipeline supports Multi. Issue #251 is fixed.

6bc2ac0a4fd7d8467d9b2f0c2266ede71fcc9e02 authored almost 13 years ago
Merge branch 'Object' of git://github.com/ivowiblo/jedis

Conflicts:
src/main/java/redis/clients/jedis/BinaryJedisCommands.java
src/main/java/redis/clie...

5244d82450a0142496194491ba44bc60339dc8c5 authored almost 13 years ago
Merge branch 'variadic' of git://github.com/ivowiblo/jedis into variadic

Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jed...

05503212aa58d557226b9664caa88302b9544011 authored almost 13 years ago
Merge branch 'slowlog' of git://github.com/ivowiblo/jedis into slowlog

Conflicts:
src/main/java/redis/clients/jedis/BinaryClient.java
src/main/java/redis/clients/jed...

3da2f2dd57b1c3b0650516d0b98f5f258f374686 authored almost 13 years ago
Merge pull request #247 from AlanKrueger/jedis

---

Referenced the Eclipse plugin in the build.gradle and added the bin directory Eclipse creat...

618bbec738e270870190048fb80d9f7bac2d5648 authored almost 13 years ago
make gradlew executable

094023a7ceed5819aed237241449aae14555dbef authored almost 13 years ago