DATAREDIS-438 - Polishing.

RedisGeoCommands now take and return Spring Data domain types like Distance and GeoResults.
Updated JavaDoc and Reference documentation.
Added and updated author and license headers.
Fixed minor formatting and code style issues.

Original Pulll Request: #187
This commit is contained in:
Christoph Strobl
2016-05-11 00:16:31 +02:00
parent b0e20d3da8
commit f732b5f6b9
49 changed files with 9106 additions and 5386 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
REDIS_VERSION:=3.2.0-rc3
REDIS_VERSION:=3.2.0
SPRING_PROFILE?=ci
#######