Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sazzad16/jedis issues and pull requests

#63 - Jedis abstraction

Pull Request - State: closed - Opened by sazzad16 about 3 years ago

#62 - Jedis Abstraction with Pipelining and Transaction

Pull Request - State: closed - Opened by sazzad16 over 3 years ago

#61 - Jedis Abstraction (over III/2)

Pull Request - State: closed - Opened by sazzad16 over 3 years ago

#60 - Abstract Jedis class

Pull Request - State: closed - Opened by sazzad16 over 3 years ago

#59 - Update commons-pool2 to version 2.4.3

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#58 - Changed the way of converting infinity.

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#57 - Altered returning primitive 'long' to 'Long'.

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#56 - Added 'pttl' command in remaining binary interfaces and classes

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#55 - Fixed evalsha(byte[] script) throws JedisDataException

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#54 - Renamed parameters

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#53 - ClusterReset is renamed and moved out from JedisCluster

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#52 - ListPosition is renamed and moved out from BinaryClient

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#51 - Removed (only remaining) usage of Collections.emptySet()

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#50 - Removed null checking where Redis does not return null - SPOP

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#49 - Removed null checking where Redis does not return null - SPOP

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#48 - Visibility of getConnectionFromSlot

Issue - State: open - Opened by sazzad16 over 6 years ago

#47 - Removed unnecessary imports and implements

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#46 - Revert visibility of getConnectionFromSlot

Issue - State: closed - Opened by sazzad16 over 6 years ago - 1 comment

#44 - Added 'missing' flush in getRawObjectMultiBulkReply

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#43 - Implemented ability to read infinity

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#42 - Moved scan command into MultiKey... interface

Issue - State: closed - Opened by sazzad16 over 6 years ago

#41 - Used Integer.parseInt() instead of Integer.valueOf()

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#40 - Modified Tuple.equals()

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#39 - ScanParam `match` binary version

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#38 - Added final to the parameters of public methods

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#37 - Revert Modified Connection class

Issue - State: closed - Opened by sazzad16 over 6 years ago

#36 - Removed JedisCluster(HostAndPort node, ...) constructors

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#35 - Renamed variable DEFAULT_MAX_ATTEMPTS

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#34 - Revert Replace JUL by slf4j

Issue - State: closed - Opened by sazzad16 over 6 years ago

#33 - Renamed JedisPubSub failure message variable

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#32 - Revert Changed unnecessary int -> Long -> int conversion

Issue - State: closed - Opened by sazzad16 over 6 years ago

#31 - Added Override annotations in classes and methods in interfaces

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#30 - Removed import static for Keyword(s) used only once

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#29 - Added Override annotations

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#28 - JavaDoc param 'args' is changed to 'arguments'

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#27 - Proper usage of 'import static' for Command(s)

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#26 - Removed touch(key) method from BinaryClient

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#25 - Used assertNull(value) instead of assertEquals(null, value)

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#24 - Implemented variadic version of HSET

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#22 - Modified Connection class

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#21 - Null response of Redis is kept unaltered

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#20 - Removed null checking where Redis does not return null

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#19 - Code re-usage in JedisCluster constructors.

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#18 - ClusterCommands interface is implemented in BinaryJedis

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#17 - Implemented KEYS command in Cluster by hash tag

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#16 - ScanParam `match` binary version

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#15 - Moved scan command into MultiKey... interface

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#14 - Added Jedis(HostAndPort) and similar constructors

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#13 - Renamed arguments of OBJECT operations

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#12 - Removed checkIsInMultiOrPipeline from private methods

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#11 - Added checkIsInMultiOrPipeline in some methods

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#10 - Added final to the parameters of public methods

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#9 - Deprecated the changes of #1574 for 2.10

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#8 - Deprecated Removed exists(key) method from Commands interface in 2.10

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#7 - Altered usage of runBinary with run in JedisCluster

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#6 - Removed final modifier from interfaces

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#5 - Altered returning primitive 'long' to 'Long'

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#4 - Added 'pttl' command in remaining interfaces

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#3 - Implemented UNLINK command

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#2 - Added 'psetex' command in binary and cluster interfaces

Pull Request - State: closed - Opened by sazzad16 over 6 years ago

#1 - Modified Tuple.compareTo()

Pull Request - State: closed - Opened by sazzad16 over 6 years ago