Releases: Emixa-application-solutions/RedisConnector
Upgrade libs + mx
New version with string commands, fixed 5k publish test (timing issue)
thnx for the contribution @Lodehendriks en @mennodehaas
Added RPOP and pooling
Thnx to @mennodehaas for adding these features.
Worker queue function, fix add multiple geo positions
support for reliable queues: https://redis.io/commands/rpoplpush#pattern-reliable-queue
Lowercase parameters
If parameters starts with a uppercase characters it causes sometimes compile errors (there is an entity in your model with the same name as your parameter).
beware of upgrading, it will result that you will have to fill in the parameters again! if you add the module for the first time: no problem.
New functions: GeoRadius, ZRANK, EXPIRE and more
ZRANK, GeoRadius, Expire and Delete Value from list and database constant added
More tests, documentation and expire function
Expanded readme, documentation in the java actions and expose them as an activity
PubSub logic added to the connector!
Redis supports the PubSub mechanism and it's fast!
New Geo functions and some more
added some new functions and existed commands renamed to more user friendly
Initial release
First 8 commands to use Redis